Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Aiuto!

  1. #1

    Aiuto!

    Ciao, ho bisogno di un aiuto per modificare questo script secondo le mie esigenze:
    onClipEvent (mouseMove) {
    if (this.hitTest(_root._xmouse, _root._ymouse, false) && !aperto) {
    if (_currentframe>(_totalframes/2)) {
    gotoAndPlay (_totalframes-_currentframe);
    } else {
    play ();
    }
    aperto = true;
    } else if (!this.hitTest(_root._xmouse, _root._ymouse, false) && aperto) {
    if (_currentframe<(_totalframes/2)) {
    gotoAndPlay (_totalframes-_currentframe);
    } else {
    play ();
    }
    aperto = false;
    }


    In questo modo quando mi sposto all'interno del movie clip parte l'animazione e quando mi sposto l'animazione torna indietro da quel punto(cioè da l'impressione di tornare indietro).
    Io avrei bisogno di questo: schiacciando un pulsante(x esempio la freccia su) e mantenendolo schiacciato parta l'animazione, e quando lo si lascia torni indietro.
    Aiutatemi.
    }
    Overhead the albatross hangs/motionless upon the air/And deep beneath the rolling waves/in labyrinths of coral caves/The echo of a distant time/Comes willowing across the sand/And everything is green and submarine

  2. #2
    forse non hai capito bene.... Non schiacciando il pulsante del mouse ma uno della tastiera come per la freccia.


    :metallica
    Overhead the albatross hangs/motionless upon the air/And deep beneath the rolling waves/in labyrinths of coral caves/The echo of a distant time/Comes willowing across the sand/And everything is green and submarine

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.