|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
complete movie clip before proceding...
I was curious if it is possible to have a movieclip with multiple frames, lets call it clip 1, be assigned to just one frame, yet still play out in its entirety before it proceded to the next frame. Any help would be greatly appreciated.
Thanks |
|
#2
|
||||
|
||||
|
You will need to place a stop action inside the first keyframe on the root level. Inside your movie clip, on its last keyframe, place this action:
Code:
_root.gotoAndStop("2");
Last edited by jmichels : January 14th, 2004 at 12:09 AM. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > complete movie clip before proceding... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|