A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Actionscript stops working along the timeline

  1. #1
    Member
    Join Date
    Jan 2003
    Location
    London, UK
    Posts
    40

    Actionscript stops working along the timeline

    I have never encountered this before. I have a 3 scene movie, the AS works in Scenes 1 & 2, but not in 3. I even copied Scene 3 frames into Scene 2, thinking this would make it work. But the AS still stops working at the start of the pasted frames. Does anyone know if symbol properties may prevent AS from working? Unfortunately the .FLA is too big to attach.

    This is the piece of code it is ignoring:

    var pauseInterval:Number;
    function endPause(){
    clearInterval(pauseInterval);
    play();
    }
    stop();
    pauseInterval = setInterval(endPause,4000);


  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    Well, Scenes are evil and with them, everything will go wrong and you'll always confront errors!

    I don't know why it isn't working, but it's probably related to you using scenes. Either provide FLA or change from Scenes to Frames
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

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