A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: frame label navigation...

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    10

    frame label navigation...

    how do i stop animation at the end of a labeled frame, and leave available buttons active/executable?

    i have my labeled frames in their own layer......if that helps...

    and these lines of code dont seem to be working on my navigation buttons
    -----------------
    on (release) {

    gotoAndPlay(expand);

    }
    ------------------

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    to stop any frame add - stop();
    frame labels are "strings", without "quotes" Flash seeks a variable

    on (release) {
    gotoAndPlay("expand");
    }

  3. #3
    Junior Member
    Join Date
    Jun 2007
    Posts
    10
    silly mistake on my part...thanx..the missing quotes just helped alot! :P

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