Shooting

Blitz3D Forums/Blitz3D Programming/Shooting

SpaceMan94(Posted 2009) [#1]
I am making a Star Trek Fan Show but I need help.

What should I use as a phaser? How should I shoot it at another ship? And how do I make a 3D explosion?


Warner(Posted 2009) [#2]
Maybe a bunch of cylinders with different alpha settings ?

For 3d explositions, look in the code archive. Else, you could try using an explosition animationstrip, and put it on a sprite using LoadAnimTexture.


Matty(Posted 2009) [#3]
particlecandy does nice explosions, it even comes with a few...


SpaceMan94(Posted 2009) [#4]
Oh, okay thanks! I will try that!