home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gtime1
- if the timer > gtime1 then
- btnh()
- end if
- if the timer < 900 then
- go(the frame)
- else
- puppetSprite(16, 0)
- unLoadCast()
- end if
- end
-
- on btnh
- global gnum1, gtime1
- if gnum1 = 108 then
- set gnum1 to 83
- else
- set gnum1 to gnum1 + 1
- end if
- set the castNum of sprite 16 to gnum1
- set gtime1 to gtime1 + 10
- end
-