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

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