home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / MGIFINJ.DXR / 00100_Competion1a.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  296 b   |  12 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.     MGICompQuestion()
  8.   else
  9.     MGIFrench()
  10.   end if
  11. end
  12.