Hello everyone, this is my first post. Hope I can find some help.
The line of code I’m looking at is:
//slide holder to center
new Tween(fs_holder, “_x”, Elastic.easeInOut, fs_holder._x, ((-(target_mc._x))+280),1.2,true);
I’m looking to customize the amount of ‘elasticity’ of the standard Elastic Tween class. I’m using Flash CS3, AS 2.0, and running on 31 fps. I know how to set the start, end, time & framerate values, but I’m actually trying to find a way to pass parameters onto the Elastic class itself.
…it’s a filmstrip and I want my images moving with a very subtle amount of bounce.
I’ve been scouring the net trying to find answers for days. Hopefully someone can lend me a hand
Thanks!