PDA

View Full Version : making a MC slower...


anjelika
06-29-2002, 05:08 PM
I have a MC on the main stage, can I make the content of it move slower without making the MC itself (the motion tweening) longer, which makes the file size way too big.
I would like to leave the fps at 12, but make what is inside of a MC move very slow.

pixelwit
06-29-2002, 10:09 PM
http://www.actionscripts.org/forums/showthread.php3?threadid=13001

-PiXELWiT
http://www.pixelwit.com

anjelika
06-29-2002, 11:54 PM
But can I make the MC move slower without having the user click on a button?

anjelika
06-30-2002, 12:35 AM
If I click a button with step = .33 the movieclip does move slower, much lower, but it moves with soem kind of stops. Could I make the movement going more smoother?

pixelwit
06-30-2002, 12:43 AM
The only other way that I know, would be to add more frames to your tweens so they take smalller steps.

Depending on the type of tween, you may be able to script the movement rather than tweening it.

Sorry,

-PiXELWiT
http://www.pixelwit.com

anjelika
06-30-2002, 03:49 AM
You know I tried putting the fps at 20 and slower the Mc to step = .11 and it works just great, and very smooth, so that's it!
Thank you for help again, pixelwit!