Hello people I don't why my code does not work on I click on it that have no sound I checked my linkage name is all correct and the file is in library too here the code can someone plss correct the code for me thanz alot~~btw is a button I wanted it to click on it and the sound would play..
on(press)
{
mySound = new Sound();
MySound.attachSound("beat1");
}