I'm pretty new at all this, but I'm pretty sure this shouldn't be over my head. All I want to do is when my flash stops, be able to go to a different frame by pressing a button. Every time I get the error "1120:access of undefined property rewired" here's my code.
thanksCode:stop(); rewired.addEventListener(MouseEvent.CLICK, clickFunction); function clickFunction(evt:MouseEvent):void { gotoAndPlay(35); }


Reply With Quote