Flash rotation Q
Flash rotation Q
Out of context: Reply #21
- Started
- Last post
- 33 Responses
- gabe0
try doing the math as you ordinarily do, by just adding to the _rotation.
say newRotation is the variable that handles the _rotation of the object. put this in your loop...
if( newRotation 360 )
{
newRotation -= 360;
}