PDA

View Full Version : levels and sound HELP ME



jagunco
March 19th, 2003, 03:17 PM
Hi there

Why loaded movies to levels, the sound object dosenīt work


thanks

subquark
March 19th, 2003, 04:54 PM
mySound = new Sound (_level6);
mySound.attachSound ("");

in level 6, or whatever, is that what you mean?

jagunco
March 20th, 2003, 05:10 AM
no, I have 1 movie that controls all the others, imagine a blank movie that loads menu.swf to level 50, and menu.swf loads movies (what ever you choose on menu items) to level 30. If I use sounds attached to timeline on this others swf movies, the sound plays, but if I use the new Sound () object the sounds donīt play.

:)