I have 8 buttons and i’m using the following code for onPress…it goes to a certain frame on the timeline “_energy”,"_dma"… the btn_1 works fine…, btn_2,_3,etc., doesn’t work at all…hell a hand doesn’t even show up lol…i gave it an instance name & evrything. I thought the stop(); was preventing it from working…but doesn’t look like it…and i have the AS on its own layer…not quite sure if the code has to be above each frame label…argghh…help :O)
p.s. the file size is 147. kb…so i can’t post…if any1 would like to see it plz let me know.
btn_1.onPress=function(){
_root.gotoAndPlay("_on");
}
btn_2.onPress=function(){
_root.gotoAndPlay("_energy");
}
btn_3.onPress=function(){
_root.gotoAndPlay("_dma");
}