Hi,
How could I make this very simple game?
A center sprite holds images on frame 0, 1, 2 and 3
To the left of the image sprite is a left-arrow and
to the right of the image sprite is a right arrow.
Clicking on a arrow increases or decreases the frame number and changes the picture.
The last feature would be to click a picture and trigger an audio file, depending on which picture (frame) was touched.
The way the game works is this way.
Say you have a sprite with three images. An apple, a tomato and a banana.
The arrows change the picture.
Touching the images reveals the name.
What's the best way to do this?
Thanks,
V