home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 January / WPCJAN97.ISO / mgiwjan.dxr / 00108_radioActive.2inx.ls < prev    next >
Encoding:
Text File  |  1996-11-07  |  335 b   |  11 lines

  1. on mouseUp
  2.   global MGIRadio, MGISTONEON
  3.   if (MGIRadio = 0) and (MGISTONEON = 0) then
  4.     set MGIRadio to 1
  5.     set the windowType of window "RADIO" to 2
  6.     set the rect of window "RADIO" to rect(the stageLeft + 75, the stageTop + 242, the stageLeft + 460, the stageTop + 471)
  7.     open(window "RADIO")
  8.     updateStage()
  9.   end if
  10. end
  11.