home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Fácil 3 / CDFACIL3.iso / lazer / desafios / stact012.Dxr / 00543.ls < prev    next >
Encoding:
Text File  |  1996-12-01  |  253 b   |  11 lines

  1. on exitFrame
  2.   global scorechange, ImHigh, score
  3.   unLoad()
  4.   preLoad("Preload2", "EndPreload2")
  5.   set myposition to 0
  6.   set ImHigh to value(line 2 of the text of cast "High Scores")
  7.   repeat with xxx = 3 to 21
  8.     puppetSprite(xxx, 1)
  9.   end repeat
  10. end
  11.