home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 21 / cdromtoday-21.iso / pc / multbird / wait.dir / 00051_Script_51 < prev    next >
Text File  |  1995-06-27  |  280b  |  10 lines

  1. on exitFrame
  2.   global timeoutMessages,homeDir,birdSprite
  3.   set the loch of sprite birdSprite = -100
  4.   set the locv of sprite birdSprite = -100
  5.   updateStage
  6.   set the timeOutScript = ""
  7.   sound playFile 1,homeDir&"celebrat.aif"
  8.   set timeoutMessages = []
  9.   startTimer
  10. end