home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global MGIRadio, MGISTONEON
- if (MGIRadio = 0) and (MGISTONEON = 0) then
- set MGIRadio to 1
- set the windowType of window "RADIO" to 2
- set the rect of window "RADIO" to rect(the stageLeft + 75, the stageTop + 242, the stageLeft + 460, the stageTop + 471)
- open(window "RADIO")
- updateStage()
- end if
- end
-