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

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