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