A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: event handler, please help! :o)

  1. #1
    Junior Member
    Join Date
    Mar 2002
    Posts
    3
    Hey,

    I'm desinging a website and I created the menu in a movie clip. The rest of the site, ex: home, pics, ect.. is on the main timeline. I used labels for home, pics, ect.. but I need an event handler that will let the buttons in the movie clip menu go to the labels on the main timeline. If anyone knows the event handler for this or has any ideas that could possibly help me. Please let me know. Thanks so much for you help.

    - John

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    you mean you want the buttons to ask the main timeline to go to the labels, right? then just say
    on (release) {
    _root.gotAndStop("label");
    }
    where "label" is the name of the targetted label
    gparis

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