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

2015/1/19

Game!

MrGigglez MrGigglez

2015/1/19

#
Im trying to create a game and everytime i click the right answer for the problem a car in the top of the world moves faster every time i click the right answer. How would I go about doing that?
danpost danpost

2015/1/20

#
Start with the class of the car -- give it the ability of variable speed (use a speed field and a method to increase the speed).
You need to login to post a reply.