Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Cursore mouse

  1. #1

    Cursore mouse

    Ho usato un immagine a posto del cursore tradizionale usando queste azioni:
    startDrag ("_root.maincursor",true)
    Adesso come faccio a far cambiare immagine al cursore quando si clikka???







    :metallica :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

  2. #2
    stai usando un movie clip come cursore quindi al frame due puoi avere un altra foto!

    al movie:

    onClipEvent(load){
    startDrag(this,true);
    Mouse.hide();
    }
    onClipEvent(mouseDown){
    if(this.hitTest(_root._xmouse,_root._ymouse,true)) {
    this.gotoAndStop(2);
    }
    }
    conosco poco di programmazione, equel poco ...lo uso pure malee

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.