|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
sounds
after i put a sound in my movie and it starts playing how whould someone stop the sound and play something else after the movie started ex. sound1 plays on the first frame and when you click the button sound 2 plays on the second frame and stops the first one.
|
|
#2
|
|||
|
|||
|
Hi, read this:
How to create a simple sound toggle If you want the first sound to play on startup then simply place it in the first keyframe. Then add a button that with: on(release) { gotoAndPlay("sound2"); } assuming "sound2" was what you labelled the second keyframe. Remember to add a stop() action at the end of sound 1 and to place the "sound2" keyframe after that. You could read up on instantiating sound clips. That way you can use actionscript to control the sounds instead of controlling movie clips with sound inside. Hope this makes sense. |
|
#3
|
|||
|
|||
|
thank you
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > sounds |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|