A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 25 of 25

Thread: movieclips and/or scenes in succession

  1. #21
    Junior Member
    Join Date
    Jan 2003
    Location
    Ottawa
    Posts
    12
    I hate to be any more of a bother than I've already been. Since the file isn't working on my computer, could someone just write the scripts right here?

    Thanks

  2. #22
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    I will do it tonight. I don't have everything in my memory now. I will also send you the files. I did not see your e-mail, since I had not checked the thread. But one thing you could try and that is to use netscape to download the file. That might work.
    - The right of the People to create Flash movies shall not be infringed. -

  3. #23
    Junior Member
    Join Date
    Jan 2003
    Location
    where freedom rings...
    Posts
    18

    files

    here is an alternate download location of the same files.

  4. #24
    Junior Member
    Join Date
    Jan 2003
    Location
    where freedom rings...
    Posts
    18

  5. #25
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Ok,

    here is the script for frame 1:

    frame1
    stop();
    button1.onRelease=function(){
    girl.gotoAndPlay("play");
    _global.myVariable="_root.frame10";

    }

    button2.onRelease=function(){
    girl.gotoAndPlay("play");
    _global.myVariable="_root.frame11";

    }

    button3.onRelease=function(){
    girl.gotoAndPlay("play");
    _global.myVariable="_root.frame12";

    }

    script for the mc:last frame
    gotoAndPlay(_global.myVariable);

    the variable has to be _global, otherwise it does not work.

    case closed
    - The right of the People to create Flash movies shall not be infringed. -

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