home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / pc / lssp / shared.dir / 00679_Incorrect.ls < prev    next >
Encoding:
Text File  |  1998-11-16  |  223 b   |  12 lines

  1. on mouseDown
  2.   global IncorrectSprite
  3.   if not ButtonPressed(IncorrectSprite, EMPTY, EMPTY) then
  4.     return 
  5.   end if
  6.   if the frame = label("Drill") then
  7.     doCorrection(0)
  8.   else
  9.     doCorrectionCommTest(0)
  10.   end if
  11. end
  12.