A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Actionscript

  1. #1
    Senior Member
    Join Date
    Sep 2002
    Posts
    106

    Actionscript

    Say on frame 3 I have 2 buttons. When you click on one of them, the movie plays until frame 7 for example. Now on frame 7 I want the movie to go for button 1 to frame 10 and for button 2 to frame 20.

    I know this script for HTML redirection. How can I adjust it for frame redirection.


    button action

    on(release)
    {
    sURL = "....htm";
    }

    frame action (in the example frame 7)

    getUrl(sURL, "_self");
    Last edited by simpelendidi; 07-28-2003 at 04:28 AM.
    www.flashflow.be

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Location
    Australia
    Posts
    379
    Try:
    gotoAndPlay(20);
    or
    gotoAndPlay("myFrameName");

    Hilary

    --

  3. #3
    Senior Member
    Join Date
    Sep 2002
    Posts
    106
    Thanks, I found the it.
    Last edited by simpelendidi; 07-28-2003 at 05:22 AM.
    www.flashflow.be

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