Click to See Complete Forum and Search --> : need help please with a rotating fan with speed increase


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.

atrips
05-14-2009, 02:05 AM
use event to trigger fan start and then timer event for speeding up the fan.