home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gslt, gspdl, gstop, gout
- movedigit()
- if getAt(gspdl, 3) = 0 then
- if getAt(gslt, 2) = getAt(gslt, 6) then
- if soundBusy(1) = 0 then
- puppetSound(0)
- resetlamp(3)
- go("ÿ¡")
- end if
- else
- if getAt(gspdl, 2) = 0 then
- resetlamp(1)
- go("ê¥éZ")
- end if
- end if
- end if
- if (gstop = 0) and (the ticks > gout) then
- set gstop to 1
- puppetSound("5.ÉåÉoÅ[")
- cursor([45, 46])
- end if
- if (gstop = 0) and rollOver(10) then
- cursor([43, 44])
- else
- cursor([45, 46])
- end if
- go(the frame)
- end
-