home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / MGIFINJ.DXR / 00101_Competion1b.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  350 b   |  13 lines

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