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

  1. on mouseDown
  2.   if trackHit() then
  3.     repeat with x = 30 to 35
  4.       puppetsprite x, 0
  5.     end repeat
  6.     go to "4"
  7.   end if
  8. end