Topic: Sound not stopping (Page 1 of 1) |
|
|---|---|
|
Paranoid (IV) Inmate From: London |
posted 02-20-2008 13:11
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 |
posted 02-24-2008 13:33
I am a bit in a hurry, but sound set to stream will start again when you move to the next frame in Flash. |