home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / mgiwaug.dxr / 00108_Competion2a.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  401 b   |  16 lines

  1. on mouseUp
  2.   global MGICompOnStage, MGICompTwoSprite, MGICompTwoOnStage, MGICompMouseUp, MGIChoose
  3.   if MGICompMouseUp = 1 then
  4.     set MGICompTwoOnStage to 2
  5.     set the castNum of sprite MGICompTwoSprite to 110
  6.     if (MGICompOnStage <> 2) or (MGIChoose = 2) then
  7.       set MGIChoose to 2
  8.       MGICompQuestion()
  9.     else
  10.       MGIFrench()
  11.     end if
  12.   else
  13.     set MGICompMouseUp to 1
  14.   end if
  15. end
  16.