hi,
right now, for an explosion, i am just showing 3 images in a for loop, is there any better way to create a more realistic explostion? thanks.
hi,
right now, for an explosion, i am just showing 3 images in a for loop, is there any better way to create a more realistic explostion? thanks.
maybe a bank of 10 or 15 images that pick randomly from to dynamically create new sequences
Try blitting a sequence of pre-rendered bitmaps combined with a few single pixel "sparks" that fly from the origin. ParticleIllusion (which isn't free) lets you generate some very nice looking explosions and save them as a sequence of pngs.