|
|
|
|
|
After a request I submit a simple example to make a simple rotation with a simple basical script..
View and try the example

As you can view on the example: spritename._rotation = value;
Spritename is the name of Sprite.. in this case "arrow" value is the new rotation angle in degrees... in the example +45 Positive value indicates clockwise rotation
The scipt: _root.arrow._rotation += 45; // rotate arrow Object 45 degrees clockwise.
Download Source
|
|
|