-
Notifications
You must be signed in to change notification settings - Fork 0
WaitAfterPlay
Nonki Takahashi edited this page Apr 24, 2017
·
3 revisions
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
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.