A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Help with timeline and navigation please.

  1. #1
    Senior Member
    Join Date
    Aug 2002
    Location
    Beautiful Sydney
    Posts
    204

    Help with timeline and navigation please.

    hi there,

    i'm trying to make a flash presentation. The navigation is simple, just left and right arrow keys jump to the next frame label on the main timeline. For some reason though when i skip forward it all goes wrong. The movies don't play through their timeline but return to the root timeline.

    Here is the file if anybody want to take a look

    There are pause in each of the movies timelines (which are needed), could this be the problem?

    THanks in advance for any help.

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Location
    Beautiful Sydney
    Posts
    204
    Here's the code i'm using for the pauses within the timeline of my movie - not sure if this is what's causing the problem with the timeline doing weird things.

    stop();
    var nInterval = setInterval(Play, 3000);
    function Play() {
    clearInterval(nInterval);
    gotoAndPlay(_currentframe+1);
    }

  3. #3
    Senior Member
    Join Date
    Aug 2002
    Location
    Beautiful Sydney
    Posts
    204
    anybody?

  4. #4
    Senior Member
    Join Date
    Aug 2002
    Location
    Beautiful Sydney
    Posts
    204
    please can somebody help?

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