home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / flowers.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  316 b   |  16 lines

  1. on exitFrame
  2.   global gFloating, gFrameCounter
  3.   if gFloating then
  4.     set the locH of sprite 80 to the mouseH
  5.     set the locV of sprite 80 to the mouseV
  6.   end if
  7.   UpdateAnimSprites()
  8.   CheckAtmos()
  9.   if gFrameCounter > 25 then
  10.     CleanUpWilts()
  11.     CheckGame()
  12.     gFrameCounter = 0
  13.   end if
  14.   go(the frame)
  15. end
  16.