home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / MGIWDEC.DXR / 00011_MGISTONEY.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  640 b   |  22 lines

  1. on MGISTONEY
  2.   global MGISTONEON
  3.   if MGISTONEON = 0 then
  4.     forget(window "radio")
  5.     set MGISTONEON to 3
  6.     set the windowType of window "STONEY" to 2
  7.     set the rect of window "STONEY" to rect(the stageLeft + 323, the stageTop + 100, the stageLeft + 564, the stageTop + 338)
  8.     open(window "STONEY")
  9.     set the castNum of sprite 14 to the number of member "MGIcompetitonWin"
  10.     set the loc of sprite 14 to point(306, 179)
  11.     updateStage()
  12.   else
  13.     if MGISTONEON = 2 then
  14.       set MGISTONEON to 1
  15.       forget(window "stoney")
  16.       set the locH of sprite 14 to 2000
  17.       updateStage()
  18.     end if
  19.   end if
  20.   updateStage()
  21. end
  22.