Hello,
I have a MC with sounds that works ok alone but when i load it from another MC, the sounds dont work anymore…
I create the sounds this way:
someSound = new Sound();
someSound.attachSound(“mysound”);
and start the sound that way:
someSound.start(0,1);
So i’ve tried to define the sounds on _root and _level0 but still no go…
Can anyone help me??
Thanks