home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat while (the mouseH > 118) and (the mouseH < 315) and ((the mouseV > 191) and (the mouseV < 384))
- cursor(3)
- set the locH of sprite 10 to 214
- set the foreColor of sprite 10 to random(256) - 1
- puppetSound("tsur.wav")
- updateStage()
- if the mouseDown then
- repeat with x = 316 to 324
- set the castNum of sprite 10 to x
- updateStage()
- end repeat
- cursor(4)
- go("st_hist")
- exit repeat
- end if
- end repeat
- cursor(-1)
- cback("7")
- go(the frame)
- end
-