home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gwlist1, gnum1, gtime1, gpa
- set gwlist1 to []
- repeat with n = 1 to 4
- set num to random(20)
- if (getOne(gwlist1, num) = 0) and (gpa <> num) then
- append(gwlist1, num)
- next repeat
- end if
- set n to n - 1
- end repeat
- repeat with n = 6 to 13
- puppetSprite(n, 1)
- end repeat
- set gnum1 to 21
- set gtime1 to 211
- startTimer()
- end
-