home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gseimeigamelist
- if voidp(gseimeigamelist) then
- set gseimeigamelist to [#pazzle: 0, #neko: 0, #sushi: 0]
- end if
- set n to count(gseimeigamelist)
- repeat with x = 1 to n
- if getAt(gseimeigamelist, x) = 0 then
- go("siren", "NEKO")
- exit
- end if
- end repeat
- go("tai", "NEKO")
- end
-