





l.












stop();

stop();






and click and drag a text box.




stop();
dance.onRollOver=function(){
char.gotoAndPlay("dance");
}
dance.onRollOut=function(){
char.gotoAndPlay("stand");
}
_root.snd=new Sound();
_root.snd.attachSound("song");
stop();
playIt();
_root.snd.onSoundComplete=playIt;
function playIt(){
_root.snd.start(0,1);
}