A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: popup menus

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    6
    I'm getting stuck when i try to add the following script to an MC.

    on (release) {
    togoandstop ("word");
    }

    -i'm not get any onmouse Actions? I've gone through the tut many times. Help!!!
    Thanks,
    Brian

    From this tutorial:
    http://www.flashkit.com/tutorials/Ac...21/index.shtml

  2. #2
    9th Grade WC
    Join Date
    Sep 2000
    Posts
    1,192
    with mc's
    try
    onClipEvent(mouseDown)
    if(this.xmouse, ymouse)
    _root.gotoAndStop("word");

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