gloweb
05-13-2009, 09:47 AM
I have a fan image which I made in photoshop and I've imported it into flash and I have converted to a movie clip called (fan) in flash cs4 which is rotating with the code below:
onClipEvent (enterFrame) {
this._rotation +=1;
}
But what i'm wanting to do is start the fan from a still postion and start it rotating up to a faster speed gradually can anyone help me with the code please.
onClipEvent (enterFrame) {
this._rotation +=1;
}
But what i'm wanting to do is start the fan from a still postion and start it rotating up to a faster speed gradually can anyone help me with the code please.