Page 1 of 1
is it possible to make a fireball that shoot verticaly
Posted: Fri Mar 27, 2015 4:41 pm
by kelly1111
I was wondering if it is possible to make a fireball that shoot from the ceiling down to the floor?
And how would you create such a spell?
Re: is it possible to make a fireball that shoot verticaly
Posted: Fri Mar 27, 2015 7:30 pm
by Azel
I have not tried this yet, but within Fireball.LUA there is a Gravity property (default setting is 0,0,0) that may be worth exploring to achieve this.
Re: is it possible to make a fireball that shoot verticaly
Posted: Fri Mar 27, 2015 8:06 pm
by minmay
Making a projectile and giving it a horizontally velocity of 0 and falling velocity of [whatever speed you want] should work.