|
Well, I ended up doing something similar. I'm animating opening and closing a menu. The images are called menu0.bmp, menu1.bmp... menu4.bmp. I set a variable to -1, and have a timer event run every half second. If I want the image to go from menu0 - menu4, I set the variable=0, and the timer event takes over, incrementing the variable by 1 and displaying the new picture until the variable=5. To start it in reverse, I just set the variable=4.
__________________
Lawson Culver
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|