home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global board_list, complete_list, can_I_win
- startTimer()
- set can_I_win to 0
- startTimer()
- set board_list to [0]
- repeat with n = 1 to 40
- puppetSprite(n, 1)
- end repeat
- repeat with n = 10 to 24
- add(board_list, new(script "puzzle piece", the locH of sprite n, the locV of sprite n, the castNum of sprite n, n))
- end repeat
- set complete_list to duplicate(board_list)
- end
-