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

  1. on exitFrame
  2.   set STIcks to the ticks
  3.   repeat while (the ticks - STIcks) < (60 * 2)
  4.     nothing()
  5.   end repeat
  6.   puppetSprite(1, 0)
  7.   go("start")
  8. end
  9.  
  10. on enterFrame
  11.   put line random(11) of field "loadText" into field "stageText"
  12.   puppetSprite(1, 1)
  13.   set the locH of sprite 1 to 91
  14.   updateStage()
  15. end
  16.