This is a discussion on "help with mx transition" within the Flash & Multimedia Forum section. This forum, and the thread "help with mx transition are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
help with mx transition
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I have to make a small flash site and I want to use mx.transitions. Tween for smooth animation between info/images.
The problem is that when I push the button to finish the transition I don't know how to advance to the next frame. The code is on the first frame - when the object enters the stage: (z1 is the instance of the mc) new mx.transitions.Tween(z1, "_x", mx.transitions.easing.Elastic.easeOut, 0, 300, 3, true); The code on the button - when the object exists the stage: on (press) { new mx.transitions.Tween(z1, "_x", mx.transitions.easing.Elastic.easeOut, 300, 600, 3, true); } I know that exists the event handler .onMotionFinished ,but I don't know how to use to advance to next frame in the movie. Thanks |
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apply transition to a div | blkskull | JavaScript Forum | 0 | Feb 26th, 2008 14:00 |
| Help with timeline transition | LyndonSG | Flash & Multimedia Forum | 1 | Aug 15th, 2007 07:56 |
| PHoto Transition | RL525 | Flash & Multimedia Forum | 1 | Jul 23rd, 2007 16:16 |
| Melting transition | deoxymethyl | Flash & Multimedia Forum | 1 | May 9th, 2006 19:16 |
| Slideshow transition | GarethWilliams | JavaScript Forum | 0 | Mar 21st, 2006 10:43 |