|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Stop the looping in some layers
Hey! I'm back with more questions! ;-)
I have a movie clip called myClip. In myClip I have several layers. I want to stop some layers from looping but I want others to keep on looping. Can that be done? how? If it is not possible, is there any way to trick it? I mean, I have a main animation plus some minor animations going on inside of myClip, and at the end of the main animation I need it to stop but I need some minor animations to keep on moving .. Thanks! |
|
#2
|
|||
|
|||
|
Hi, you can't do what you are asking directly. The way to achieve the same effect is to make each of the layers it's own MovieClip. The ones you don't want to loop, you just stop via this.stop(); on their last keyframe. The other ones you leave that off. You can either put them all inside myClip or do away with that altogether and put them in the same place as it was.
|
|
#3
|
|||
|
|||
|
Once again Tann
![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Stop the looping in some layers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|