1)
In Adobe Flash's Properties window, if I set the sound to sync as a(n) ____________ sound, then it will play for however many frames I have it
my timeline. But, if I set the sound to sync as a(n) ____________ sound, it will play the whole .mp3 sound file from beginning to end, even if it is only on 1 frame of my timeline.
2)
If I gave my button an instance name of BTN_1 and I want to click on it, and have it start playing frame 2 in my timeline, then I would use the following code:
_________________.addEventListener(MouseEvent.CLICK, clickyThing);
function ___________________(evt:Object):void{
______________(2);
}