Skip to main content
BioME
Known Participant
July 1, 2026
Question

Playback pause with AS3.

  • July 1, 2026
  • 1 reply
  • 0 views

With AS3, I need to pause the playback for about 2 seconds, then have it automatically resume. For Canvas the code would be

 

stop();

var stoVariable:uint = setTimeout(Variable, 2000);

function Variable() { play(); }

 

How would I modify this for AS3?

    1 reply

    kglad
    Community Expert
    Community Expert
    July 1, 2026

    that is as3, not canvas/js.