Change Images
rcalvo924
Member Posts: 7
Hello! So I've been doing my research and learning on what I got to do to make games and such, but there is one thing I can't figure out.
I'm trying to make image A turn into Image B which can then turn into Image C and then back to Image A and so on as a loop by click of mouse (So I can test it) and then change it into Touch so that it can be for App games.
The only thing is, I can only get from A to B and then nothing. It just stays at B. I can't find anything to make this happen
Comments
I totally posted this in the wrong forum..
A quick and easy way would be to name your images as 0, 1, 2, then use:
Rule: When Touch is pressed
--Change self.image to (self.image+1)%3
Example file attached:
Thanks!