home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / genstw.dir / 00192_Script_192 < prev    next >
Text File  |  1996-10-02  |  146b  |  7 lines

  1. on mouseDown
  2.   if TrackHit(H26) then
  3.     put " " into field 29
  4.     set the visible of sprite 10 = FALSE
  5.     go to the frame + 1
  6.   end if
  7. end