home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle: Internet utan modem / Internet CD.iso / web / computer / wwweps~1.com / adam / garbage.dcr / Internal_2.ls < prev    next >
Encoding:
Text File  |  1997-03-17  |  405 b   |  15 lines

  1. on exitFrame
  2.   global board_list, complete_list, can_I_win
  3.   startTimer()
  4.   set can_I_win to 0
  5.   startTimer()
  6.   set board_list to [0]
  7.   repeat with n = 1 to 40
  8.     puppetSprite(n, 1)
  9.   end repeat
  10.   repeat with n = 10 to 24
  11.     add(board_list, new(script "puzzle piece", the locH of sprite n, the locV of sprite n, the castNum of sprite n, n))
  12.   end repeat
  13.   set complete_list to duplicate(board_list)
  14. end
  15.