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

  1. on mouseDown
  2.   if trackHit() then
  3.     GoToMainMenu
  4.   end if
  5. end