Thread: Bomb Movement
View Single Post
  #7  
Old 02-16-2003, 08:33 PM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
Quote:
Originally posted by Falcor
Toran, you dont understand, the bomb LOOKS like it is moveing when you use showimg, its just not really a bomb anymore.

1. Add the x,y, and power to an array and remove bombs that arent at their destination.
2. use a for-loop to show the bombs at their x,y, with an image based on their power
3. add to their x and y every so often to move them.
4. when they get to their destination, use putbomb, and remove the data from the array.
Hey, yeah, I do understand actually. But I don't see the point when you could code your own bomb NPC and add a lot of improvments to that, compared to a measily showimg eye-trick.

Just making a new bomb NPC seems a lot easier.
Reply With Quote