home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat while (the mouseH > 157) and (the mouseH < 473) and ((the mouseV > 132) and (the mouseV < 271))
- cursor(3)
- set the locH of sprite 14 to 318
- updateStage()
- startTimer()
- repeat while the timer < 10
- set the locH of sprite 10 to 270
- set the locH of sprite 11 to 377
- updateStage()
- if the mouseDown then
- go("st_kansi")
- abort()
- end if
- end repeat
- set the locH of sprite 10 to -500
- set the locH of sprite 11 to -500
- updateStage()
- startTimer()
- repeat while the timer < 10
- set the locH of sprite 12 to 153
- set the locH of sprite 13 to 482
- updateStage()
- if the mouseDown then
- go("st_kansi")
- abort()
- end if
- end repeat
- set the locH of sprite 12 to -500
- set the locH of sprite 13 to -500
- updateStage()
- end repeat
- cback("95")
- go(the frame)
- end
-