Reputation: 11
Would be really glad if some one can take me out of this error :(
dgfdHome.addEventListner(MouseEvent.CLICK, chome); function chome(event:MouseEvent):void { gotoAndStop(10); }
Upvotes: 0
Views: 623
Reputation: 42166
Try addEventListener instead of addEventListner ;)
addEventListener
addEventListner
Upvotes: 4