Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Animated map "challenge"?
#2
It's a start, but I did it like this:

image.start(1 to animation.amount)
image.end(1 to animation.amount)
image.handle(1 to image.amount)

animation.amount >= image.amount

--------------------

Sometimes you want to reuse images, so:

image.start(1 to animation.amount) 'uses image.pointer
image.end(1 to animation.amount) 'uses image.pointer
image.pointer(1 to image.pointer.amount) 'points to image.handle
image.handle(1 to image.amount)
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply


Messages In This Thread
Animated map "challenge"? - by seph - 08-25-2003, 06:41 AM
Animated map "challenge"? - by Agamemnus - 08-25-2003, 06:49 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)