Skip to main content
Participating Frequently
December 3, 2006
Question

Elastic scale conversion to flash 8-9 ?

  • December 3, 2006
  • 4 replies
  • 412 views
hi everyone,
I've found a script that I whant to run it to a website. but first I need to publish the animation to flash 8, at least. If I choose to publish the animation to a verions of flash bigger than 5, then the script don't work properly or don't work at all.

here is the example of the script that work just fine on version 5 published.
http://89.165.184.24/tmp/elastic_scale.html
also the fla is downlodable

anyone can help ?
thank you very much

This topic has been closed for replies.

4 replies

Marghoob Sulemaan
Inspiring
December 4, 2006
you can use like this but better to read falsh help file. here "abc_mc" is your movieClip.

mx.transitions.TransitionManager.start(abc_mc, {type:mx.transitions.Zoom, direction:0, duration:1, easing:mx.transitions.easing.Bounce.easeOut});
kglad
Community Expert
Community Expert
December 4, 2006
use the tween() class. it has these effects and more in a set-up that's much easier to use and not so demanding on system resources as the code you referenced.

click on your flash help files and check it out. if you try to use the tween class and have trouble, post the code you tried and i'll correct it.
kglad
Community Expert
Community Expert
December 3, 2006
you're welcome.
costinAuthor
Participating Frequently
December 4, 2006
anyway, any help ? how to this kind of efects ?
kglad
Community Expert
Community Expert
December 3, 2006
that's such bad coding you really should trash it and use the tween() class.
costinAuthor
Participating Frequently
December 3, 2006
if I knew it how to do this I never post here this request.
I was interested about the efect, and the best thing was to show a sample

thank you