home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / algm1.dir / 00376_Script_376 < prev    next >
Text File  |  1996-10-02  |  158b  |  8 lines

  1. on mouseDown
  2.   global noTransition, TookthePre
  3.   if noTransition = 1 then exit
  4.   if trackHit() then
  5.     set TookthePre = 1
  6.     TakePretest
  7.   end if
  8. end