A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: changing movie clip frame on button press

  1. #1
    Junior Member
    Join Date
    Jan 2003
    Posts
    13

    changing movie clip frame on button press

    How would I make it so when a button is pushed, a movie clip named "label" will go to frame 2

  2. #2
    shamanic coder
    Join Date
    Jun 2002
    Location
    johnstown, pa, usa
    Posts
    87
    on the button place:

    on (press){
    label.gotoAndStop(2);
    }

  3. #3
    Junior Member
    Join Date
    Jan 2003
    Posts
    13
    thanks

  4. #4
    shamanic coder
    Join Date
    Jun 2002
    Location
    johnstown, pa, usa
    Posts
    87
    np

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