home *** CD-ROM | disk | FTP | other *** search
- on MGISTONEY
- global MGISTONEON
- if MGISTONEON = 0 then
- forget(window "radio")
- set MGISTONEON to 3
- set the windowType of window "STONEY" to 2
- set the rect of window "STONEY" to rect(the stageLeft + 323, the stageTop + 100, the stageLeft + 564, the stageTop + 338)
- open(window "STONEY")
- set the castNum of sprite 14 to the number of member "MGIcompetitonWin"
- set the loc of sprite 14 to point(306, 179)
- updateStage()
- else
- if MGISTONEON = 2 then
- set MGISTONEON to 1
- forget(window "stoney")
- set the locH of sprite 14 to 2000
- updateStage()
- end if
- end if
- updateStage()
- end
-