home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 November / chip_special1.iso / _word / Inter.dxr / 01655_Field_1655.txt < prev    next >
Text File  |  1998-10-18  |  598b  |  33 lines

  1. -- ponow
  2. on mouseUp
  3.   set the locH of sprite 5 to 409
  4.   set the locV of sprite 5 to 266 
  5.   puppetSprite 5, FALSE  
  6.   go "tu"  
  7. end
  8.  
  9.  
  10. on mouseDown
  11.   puppetSprite 5, true
  12.   set the locH of sprite 5 to 412
  13.   set the locV of sprite 5 to 269
  14. end 
  15.  
  16. on mouseUpOutside
  17.   set the locH of sprite 5 to 409
  18.   set the locV of sprite 5 to 266 
  19.   set the ink of sprite 5 to 7
  20. end mouseUpOutside
  21.  
  22.  
  23. on mouseLEave  
  24.   set the locH of sprite 5 to 409
  25.   set the locV of sprite 5 to 266 
  26.   set the ink of sprite 5 to 7  
  27. end
  28.  
  29.  
  30.  
  31. on mouseEnter
  32.   set the ink of sprite 5 to 5
  33. end mouseEnter