home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Epoca.dxr / 00119_id9.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  372 b   |  28 lines

  1. on mouseEnter
  2.   global gID
  3.   gID = 9
  4.   cursor(280)
  5.   visualizzadida()
  6. end
  7.  
  8. on mouseLeave
  9.   global gID
  10.   gID = 0
  11.   cursor(-1)
  12.   set the text of field "dida" to " "
  13. end
  14.  
  15. on mouseDown
  16.   cursor(280)
  17. end
  18.  
  19. on mouseUp
  20.   global gAudioVideo, gID
  21.   tipo = getaProp(gAudioVideo, gID)
  22.   set the text of field "dida" to " "
  23.   if tipo <> 0 then
  24.     go(tipo)
  25.     cursor(-1)
  26.   end if
  27. end
  28.