This site requires JavaScript, please enable it in your browser!
Greenfoot back
misty11misty
misty11misty wrote ...

2015/2/6

I am having difficulty making a memory card game. Can anyone help me with this?

misty11misty misty11misty

2015/2/6

#
I have been looking around on the web for help to make my memory game but i am still stuck, and it is agitating me. I would appreciate any help that you could give me. Thanks.
danpost danpost

2015/2/6

#
What exactly are you having trouble with? What have you tried? How is it not doing what you want it to do? What errors are you getting? Your statement is so general, that it is impossible to help (unless you want us do the project for you (which is not going to happen).
davmac davmac

2015/2/6

#
I would appreciate any help that you could give me. Thanks.
As danpost says, it's a general question. Here's some general advice: Start by breaking the problem into smaller pieces, and tackle them one at a time.
misty11misty misty11misty

2015/2/6

#
I am having trouble making the cards turn over to different pictures.
davmac davmac

2015/2/6

#
You can use the Actor's setImage() method to set the image of a card to make it appear that it has turned over.
You need to login to post a reply.