flash HELP!!!
flash HELP!!!
Out of context: Reply #4
- Started
- Last post
- 18 Responses
- unfittoprint0
you can specify the target in the sound object, (this) for example.
music = new Sound(this);
music.attachSound("audio1");
music.start(0,9999);
music.setVolume(50);