|
|||
|
Hello,
I would like to remove or speed up the bouncing animation when the images load on the screen. I have looked into the code and tried changing a bunch of different variables to test if anything made a difference. Please let me know how I can remove or at least speed up the loading bouncing animation Thanks! ps. great script by the way!
|
|
|||
|
I figured this out, go into the image.as file and modify the time param in this line:
Tweener.addTween(handler, { _alpha:100, _yscale:100, _y:0, time:2, transition:”easeinoutbounce”,onComplete:Proxy.crea te(this,cont2) } ); it is at the end of the onLoadInit function, right before the cont2 function. Awesome flash piece!!!
|
|
|||
|
Quote:
Thank you for the help, you rock
|
![]() |
| Tags |
| animation, image, speed, time, tween |
| Thread Tools | |
| Display Modes | |
|
|