Thread: Bomb Movement
View Single Post
  #6  
Old 02-16-2003, 06:30 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to 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.
__________________

subliminal message: 1+1=3
Reply With Quote