Page 1 of 1

angle and diretional_velocity

PostPosted: Mon Mar 01, 2004 10:33 pm
by jazz_e_bob
Setting diretional_velocity to 0 also sets angle back to 0.

This is bad. I want the system to remember the angle even if the actor isn't moving!

PostPosted: Tue Mar 02, 2004 1:31 am
by makslane
To remeber an angle, you must use an auxiliary var.

The angle var represents the real angle of move, so, if your actor is stopped, the angle become undefined

PostPosted: Tue Mar 02, 2004 2:00 am
by jazz_e_bob
Will do. Thanks mate. 8)