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

2019/5/12

Coding in a New World

19moreno 19moreno

2019/5/12

#
How would I code the actor within a World to switch between two images when the game runs?
Super_Hippo Super_Hippo

2019/5/13

#
Store the two images in a field. In the act method, change the image either every act cycle of every x act cycles with the help of a timer variable.
You need to login to post a reply.