PDA

View Full Version : how to rotate a clip...



kyutipay
July 22nd, 2003, 10:59 AM
i need to rotate a clip into infinity... what are the actionscripts needed?

DigitalPimp
July 22nd, 2003, 11:30 AM
onClipEvent(enterFrame) {
i++
this._rotation += i+10;
}
This will work but well you'll see how the effect doesn't look so good because it starts to go soo fast that it looks like it's going the opposite direction.

senocular
July 22nd, 2003, 11:39 AM
or you can use

this._rotation = Number.POSITIVE_INFINITY;


:beam:

[m]
July 22nd, 2003, 08:42 PM
LOL @ senocular! :beam:



Cracked me up.