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

2016/4/26

Making a Memory Game

1
2
3
4
danpost danpost

2016/5/3

#
carter wrote...
Where do I put the new GreenfootImage ("_____.png")
Well, in my code, lines 24 through 36 create the back image of a card. You can replace this with the code needed to set the proper back image to the cards. You could change the 'setImage(int)' method to a 'setImage(int, int)' method to pass a second index for another array of images.
carter carter

2016/5/3

#
danpost, thank you so much for all your help. I wouldn't even be close to being done if it wasn't for your help. I turned the project in and will keep you posted about the grade I get (if you would like). :)
You need to login to post a reply.
1
2
3
4