home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gtime1, gwlist1, gnum1, gflag1
- set gflag1 to -12
- set gnum1 to 0
- set gtime1 to 1
- set gwlist1 to [1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 6, 10]
- repeat with n = 9 to 13
- puppetSprite(n, 1)
- end repeat
- repeat with n = 16 to 28
- puppetSprite(n, 1)
- end repeat
- repeat with n = 31 to 32
- puppetSprite(n, 1)
- end repeat
- puppetSprite(34, 1)
- set the constraint of sprite 31 to 1
- set the constraint of sprite 32 to 2
- end
-