home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat while (the mouseH > 258) and (the mouseH < 407) and ((the mouseV > 209) and (the mouseV < 392))
- cursor(3)
- set the locH of sprite 10 to 338
- set the locH of sprite 11 to 337
- set the foreColor of sprite 10 to random(256) - 1
- puppetSound("tsur.wav")
- updateStage()
- if the mouseDown then
- puppetSprite(10, 1)
- puppetSprite(11, 1)
- go("st_tino")
- abort()
- end if
- end repeat
- puppetSprite(10, 0)
- puppetSprite(11, 0)
- cursor(-1)
- cback("84")
- go(the frame)
- end
-