Topic: Sound not stopping |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: London |
![]() ![]() ![]() ![]() Hi there, code: private function createSoundBite() : Void { sound_mc = new MovieClip(); sound_mc = container.attachMovie("sound_jump", "sound_mc", container.getNextHighestDepth()); sound_mc.gotoAndStop(1); } public function playSound() : Void { trace("[DEBUG] Play sound_"+name); }
|
Paranoid (IV) Inmate From: Switzerland |
![]() ![]() ![]() ![]() I am a bit in a hurry, but sound set to stream will start again when you move to the next frame in Flash. |