Hello,
maybe someone can help me with the “Merry-go-round of Spinning Images”.
http://www.kirupa.com/developer/actionscript/camera_panning.htm
I want to have a slow Speed of Rotation when the Mouse isn’t over the .swf.
Something like a Start-Speed or MouseOut Speed. I am thankful for any hint.
Here’s a Tip if you want to use diffrent Images in the Animation…
(Got it from flashforum.de) Each frame a diffrent picture.
Change theses Lines…
attachedObj = theScene.attachMovie(“pane”, “pane”+i, i);
attachedObj.gotoAndStop(i + 1); // Jumps from one Frame to the other (inside MC).
Works great.
Cheers
Massive Baby