Game Development Community

how to do a fireball that droping like lots of Meteorite??

by ggyyggy · in Torque Game Builder · 01/29/2012 (8:48 am) · 5 replies

hey guys im a beginner but i need to do a Hell games that needs fire everywhere. need some help if you guys got any souce code or tips
Thanks alot!! thanks

#1
01/29/2012 (8:52 am)
SOS =(
#2
01/30/2012 (5:26 am)
I'd suggest the following:

1) Create a fireball animation in some external program.
2) Use what you created to make a spritesheet.
3) Import the spritesheet into TGB as an image
4) Create a celled image map out of it
5) Create an animation from the cells in your image map.
6) Drag the animation off the screen on the top
7) Select the animation and apply some positive Y velocity in the editor physics section or in code where appropriate.

Patrick
#3
01/30/2012 (10:56 pm)
external program like ? thanks anw patrick do you know Terrain that looks like larva?because i am doing some Game in Hell
#4
01/31/2012 (11:40 am)
Quote:
external program like
Photoshop, 3ds Max, After Effects, Toon Boom, GIMP... Whatever you like really. Do some research on how to create a sprite sheet and it will get you on your way.
#5
02/02/2012 (10:50 pm)
i will try lots of thanks !