Button Action - WAIT a set time interval/delay/idle between two, separate, Multimedia Operations
Assume I'm quite adept with Acrobat Pro, knowing Multimedia Operations especially well.
Assume that, though I've utilized limited JavaScript successfully, I'm far from expert, there.
Objective (upon a singular Button event):
Button Properties => Select Trigger => Mouse Up => Select Action => Multimedia Operation [Play 'Clip1'] -- then Add:
Button Properties => Select Trigger => Mouse Up => Select Action => Run a JavaScript -- which Opens:
-- JavaScript Editor --
Java code says... [e.g. SetTimeout, or Delay, or Idle, or Whatever.is.Appropriate -- for n milliseconds] // next Action is postponed for n milliseconds, though 'Clip1' continues to play, uninterrupted, as is also the case for all other temporal processes within the document. -- then Add:
Button Properties => Select Trigger => Mouse Up => Select Action => Multimedia Operation [Play 'Clip2']
End Result Summary:
Button event occurs . Clip1 rolls. After n milliseconds, Clip 2 rolls.
