home *** CD-ROM | disk | FTP | other *** search
- on MGIRadio
- global MGIRadioON
- if MGIRadioON = 0 then
- forget(window "stoney")
- set the locH of sprite 14 to 2000
- updateStage()
- set MGIRadioON to 3
- set the windowType of window "RADIO" to 2
- set the rect of window "RADIO" to rect(the stageLeft + 323, the stageTop + 100, the stageLeft + 564, the stageTop + 338)
- open(window "RADIO")
- else
- if MGIRadioON = 2 then
- set MGIRadioON to 1
- forget(window "RADIO")
- end if
- end if
- updateStage()
- end
-