Thread: eVB and waiting
View Single Post
Old 07-26-03, 12:15 AM   #4 (permalink)
aardWolf
Aximsite All Star
 
aardWolf's Avatar
Super Member
 
Join Date: Apr 2003
Location: Olive Branch, MS
Posts: 594
Device: iPhone 4GB
Thanked 0 Times in 0 Posts

Awards Showcase
Aximsite Contest Winner Reviewer Medal Aximsite Silver Contributors 
Total Awards: 3

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.
aardWolf is offline   Reply With Quote