home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00396.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  283 b   |  16 lines

  1. on exitFrame
  2.   global cursorcast
  3.   if soundBusy(1) = 1 then
  4.     go(the frame)
  5.   else
  6.     go(label("medicin") + 1)
  7.     exit
  8.   end if
  9.   if cursorcast then
  10.     set the locH of sprite 46 to the mouseH
  11.     set the locV of sprite 46 to the mouseV
  12.   end if
  13.   bodyroll()
  14.   go(the frame)
  15. end
  16.