gotoAndStop not working at all...
Idk why but when ever I use gotoAndStop(3); (3 is just for example) it doesnt work. It has nothing to do with the code around it. Ive tried it in my first function like this,
function BeginCode(event:Event):void{
gotoAndStop(3);
}
BeginCode();
AND IT DOESNT WORK! It keeps coming up with the error "Cannot access a property or method of a null object reference." and I cant figure it out ive searched EVERYWHERE ON THE FORUMS. I made an account to only post this one question. My project is due tommorow and Ive been trying to fix this one bug for several day, (I am a student in grade 8). Ive coded before and used other languages. PLEASE HELP ME I WANNA KILL MYSELF OVER THIS STUPID BUG!!!! (sarcasm about killing myself, just realllllyyy stressed.). Is there some preference or option im not seletcting or what!?! I just cant use gotoAndStop at all!!!!
Please help quickly ;(
Thanks for any help you can send my way.
