A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] error, 1120:access of undefined property"

  1. #1
    Junior Member
    Join Date
    Jun 2008
    Location
    columbus, oh
    Posts
    3

    [CS3] error, 1120:access of undefined property"

    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.

    Code:
    stop();
    rewired.addEventListener(MouseEvent.CLICK, clickFunction);
    function clickFunction(evt:MouseEvent):void {
    gotoAndPlay(35);
    }
    thanks

  2. #2
    Junior Member
    Join Date
    Jun 2008
    Location
    columbus, oh
    Posts
    3
    feel free to delete this, turns out i just don't know how to name my instances.
    "steal a little and they throw you in jail, steal a lot and they make you king" -r. zimmerman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center