A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: need timeline help

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    4

    need timeline help

    I need an action script 2 code for flash 8 that will loop a specific group of frames in the beginning of the
    timeline until a button is clicked that will go to and play play a different part of the time line once
    and then return to looping the first part of the time line again. Thanks Xeno.

  2. #2
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    example: on frame 10, put gotoAndPlay(1);
    this will make the timeline loop from frame 1 thru 10.
    on the button put this;
    on(release){
    _root.gotoAndPlay(11);
    }
    this will cause the time to stop looping and go to frame 11(the frame after the loop); on another frame farther down say 20, put this; gotoAndPlay(1);
    this is the simpliest way i can think of. i know it may sound ridiculous, but it does answer your question.
    If you don't think you're going to like the answer, then don't ask the question.

  3. #3
    Junior Member
    Join Date
    Jul 2008
    Posts
    4

    i love your answer thanks

    I do not like your answer! I love your answer. Before I read your reply I burned the midnight oil last night and came up with the same fix, but if I hadn't you would have saved me fore sure. Thanks for replying. This is what community is all about. If I can ever return the favor I certainly will. Xeno.
    visit my new websit hell****1.com coming soon. Adults only.

  4. #4
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    Grrrreat!. glad you figured it out. i'll be LQQKing for the site.
    If you don't think you're going to like the answer, then don't ask the question.

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