home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- global gID
- gID = 9
- cursor(280)
- visualizzadida()
- end
-
- on mouseLeave
- global gID
- gID = 0
- cursor(-1)
- set the text of field "dida" to " "
- end
-
- on mouseDown
- cursor(280)
- end
-
- on mouseUp
- global gAudioVideo, gID
- tipo = getaProp(gAudioVideo, gID)
- set the text of field "dida" to " "
- if tipo <> 0 then
- go(tipo)
- cursor(-1)
- end if
- end
-