on (release) {
kirupaSound = new Sound(this);
kirupaSound.attachSound(“coolsound”);
kirupaSound.start(0, 99);
}
i was just wondering why they used ‘this.’
in all my experiences using actionscript to play sounds, i never used ‘this.’ i would have put kirupaSound = new Sound();
anyway, someone sheddddd some light on me. thanx.