Skip to content

WaitAfterPlay

Nonki Takahashi edited this page Apr 24, 2017 · 3 revisions

WaitAfterPlay

Wait after Sound.PlayXXXAndWait() on browser with Silverlight environment. Because these operations don't wait on browser environment.

delay = "first=30;BellRing=1950;Chime=2780;Chimes=810;Click=200;"
Sound.PlayBellRingAndWait()
If silverlight Then
  Program.Delay(delay["first"] + delay["BellRing"])
EndIf

See Also

Other Resources


Clone this wiki locally