|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
controlling one clip with another
Hi
I am a newb. I am trying to control my man movie with a button that is inside another movie, could anyone tell me how to control ? is it something like:: on (release) { parent.play(); } or maybe on (release) { top.play(); } can anyone help? |
|
#2
|
||||
|
||||
|
Give the movie clip that you are trying to play, an instance name of clip and then use this code inside your button:
Code:
_root.clip.gotoAndPlay(2); |
|
#3
|
|||
|
|||
|
thanks
|
|
#4
|
||||
|
||||
|
My pleasure.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > controlling one clip with another |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|