home *** CD-ROM | disk | FTP | other *** search
/ A Field Trip to the Sky (Demo) / Mac_Sunburst_AFieldTripToTheSky-Demo.iso / DIR / GAME.DIR / 00105_Script_pause < prev    next >
Text File  |  1996-03-27  |  100b  |  7 lines

  1. on enterFrame
  2.   -- just wait for the user to do something
  3.   pause
  4.   
  5.   put the pauseState
  6. end
  7.