Angle
Posted: Mon Jan 02, 2012 10:52 am
Hello everybody!
I hope you had a good start in the new year
How do I change the angle of my actor (I would like to rotate the actor)?
In Draw Actor I put ("133" is just a random number).
or
However, my actor does not change the angle/rotate. Anything else that I need to consider?
Regards,
Peter
I hope you had a good start in the new year
How do I change the angle of my actor (I would like to rotate the actor)?
In Draw Actor I put ("133" is just a random number).
- Code: Select all
angle = 133;
or
- Code: Select all
actor.angle = 133;
However, my actor does not change the angle/rotate. Anything else that I need to consider?
Regards,
Peter