Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Adobe Flash Code Error Driving Me Nuts!!

  • 25-05-2009 8:52pm
    #1
    Registered Users, Registered Users 2 Posts: 35


    Can anyone tell me what I am doing wrong on this Flash tutorial?

    This is the link to it
    http://www.vineyardesigns.com/tutorials/flash/website/label_links.shtml

    I've followed the tutorial step by step and I keep getting this error

    **Error** Scene=Scene 1, layer=Buttons, frame=1:Line 2: The class or interface 'MouseEvent' could not be loaded.
    function clickHome(event:MouseEvent):void

    Total ActionScript Errors: 1 Reported Errors: 1

    This is my code as per the tutorial:

    Home.addEventListener (MouseEvent.CLICK, clickHome);
    function clickHome(event:MouseEvent):void
    {
    trace ("home");
    gotoAndStop("Home");
    }
    I cant figure out why MouseEvent cannot be loaded.
    Can you help?

    Thanks:confused:

    [FONT=&quot][/FONT]


Advertisement