Create a movieClip on the stage. Give the movieClip an instance name of "mcFace"
Actionscript:
addEventListener(Event.ENTER_FRAME, fSpin); function fSpin(event:Event):void { mcFace.rotation+=1; }
addEventListener(Event.ENTER_FRAME, fSpin);
function fSpin(event:Event):void { mcFace.rotation+=1; }
Name (required)
Mail (will not be published) (required)
Website
Submit Comment
Contact Dan | Terms of Use | Trademarks | Privacy Statement Copyright © 2009 Dan Kempton Multimedia Services. All Rights Reserved.