A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Button in Movie clip to link to other movie clip

  1. #1
    Junior Member
    Join Date
    Jan 2004
    Posts
    4

    Button in Movie clip to link to other movie clip

    I am trying to have a button isde my movie clip on frame 1 to jumpt to the start of my movie clip on frame 2. They are both in the same scene. I have tried all the basic action scripts including calling the root target and movie name and nothing will work. I am using Flash5 in XP.

    Some of the scripts I used:

    on (release) {
    loadMovie ("", "_root.about");
    }


    and

    on (release) {
    gotoAndPlay ("_root.about");
    }


    why doesn't this work?

    ps my 2nd movie clip is called "about"

  2. #2
    Watch Your Head. GooseBump's Avatar
    Join Date
    Apr 2003
    Location
    The Resturant at the end of the Universe
    Posts
    431
    Please delete your other cloned posts.

    The movieclips must be on the same frame. They can be on different layers but a movieclip on frame 1 can't talk to a movieclip on frame 2.

  3. #3
    Junior Member
    Join Date
    Jan 2004
    Posts
    4
    thanks for your reply, I still can't find the actions that call the movie. I use root.about and it still won't link.

    what script do I use? do you have an example. I am fairly new at scripting.
    Last edited by tzatadow; 01-21-2004 at 06:44 PM.

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