A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Some basic ActionScript Help!!!!

  1. #1
    Member
    Join Date
    Feb 2001
    Posts
    31
    Hi,
    Can anybody help tell me how to go to a particular frame of another layer when u click on a button which is on another layer.

    Thanx,
    Shiv.

  2. #2
    "way too many questions"
    Join Date
    Feb 2001
    Posts
    312
    That's really easy
    The layers oare only for you...flash sees only the timeline

    so if you want to go to the 12th frame of layer 8

    just use this


    -----
    on (release) {
    gotoAndPlay (12);
    }

    ----

    But rember flash will show the other layers to!
    so EVERYTHING on frame 12 will be shown...

    hope this helps



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