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

  1. on mouseDown
  2.   global Hstart, Vstart
  3.   set Hstart = the locH of sprite (the clickOn)
  4.   set Vstart = the locV of sprite (the clickOn)
  5. end
  6.  
  7. on mouseUp 
  8.   global Hstart, Vstart
  9.   puppetsound "Buzzer"
  10.   SwapComment 284
  11.   puppetsprite (the clickOn), 1
  12.   set the locH of sprite (the clickOn) = Hstart
  13.   set the locV of sprite (the clickOn) = Vstart
  14.   updatestage
  15. end
  16.