home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 April (DVD) / PCWELT_4_2006.ISO / 02.DIR / 00402.ls < prev    next >
Encoding:
Text File  |  2004-02-05  |  338 b   |  19 lines

  1. on exitFrame
  2.   global gWaitForUser
  3.   if gWaitForUser = 0 then
  4.     go(the frame)
  5.   else
  6.     if soundBusy(1) = 1 then
  7.       go(the frame)
  8.     else
  9.       ClearPuppets()
  10.       unLoad()
  11.       set lFrame1 to marker(1)
  12.       set lFrame2 to marker(1)
  13.       preLoad(lFrame1, lFrame2)
  14.       sound stop 1
  15.       go(marker(1))
  16.     end if
  17.   end if
  18. end
  19.