A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: question on movies?? can anyone please answer...

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    3
    The problem is that i have the first
    Scene(in order of top to bottom with each one inside the other)
    ----Menu1
    ---------mov1
    ------------com1---this has a button that is dragable...but i don't know how to make a btn that will close this movie(or window) and return it to the
    menu1...frame label "down" scene...i have already tried the goto but it won't recongonize any labels...and i have already tried unload movie but i need it to go to menu1 frame label "down" so the other btns in that movie are clickable....well if anyone can please help me out or just let me know how i can access the other movies "frames" that would be helpful... thank you please write back soon...

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    169
    I'm not sure how you set this up but here's what I think will help



    paste the following code inside your button actions
    on (release) {
    tellTarget (_root) {
    gotoAndPlay ("1");
    }
    }


    change "1" to the frame number that your frame label down is at


  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    3

    thanks for your help

    thanks for ur advise...i'll try to do what you said takecare

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