|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Button With Movie Clips?
I am trying to create a button with movie clips inside it. Currently their is a movie clip for the down frame, but if I don't hold down the mouse, just click the button, it skips over the clip. Is there any way of using action script to make the clip playout before it proceeds to the hit frame? Thankyou.
|
|
#2
|
||||
|
||||
|
Create a different movieclip that is not within the button mabey call it buttonView . In the first frame leave it completely blank and put as code stop(); in that frame. Starting in frame two add the movieclip you want to show.
On the button itself put this as code: on (release){ _root.buttonView.gotoAndPlay(2); } |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Button With Movie Clips? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|