• User Attivo

    fare tooltip come il tag ALT

    ciao,
    ho visto decine di versioni diverse di tooltip ma nessuna che imita il tag html ALT, cioè che si attiva solo dopo un pò che il cursore rimane fermo.

    ho provato a fare così ma rimane sempre attivo, anche quando muovo il cursore:

    on (rollOver) {
    tellTarget ("_root.schede.anifoto1.etichetta_foto1") {
    gotoAndStop(2);
    }
    startDrag("_root.schede.anifoto1.etichetta_foto1", true);
    }
    on (release, rollOut) {
    tellTarget ("_root.schede.anifoto1.etichetta_foto1") {
    gotoAndStop(1);
    }
    }


  • Super User

    Ciao,
    scusa ma non riesco a capire quello che vuoi ottenere