This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
Gzuzfrk
wrote ...
2013/5/16
Animating
Gzuzfrk
2013/5/16
#
How do you make it to where when you hold down the right arrow button the object will animate and move and then when released it stops and changes to a stand pic
danpost
2013/5/16
#
if (Greenfoot.isKeyDown("right")) runAnimation(); else setImage("standing.png");
You need to login to post a reply.
X