AhOriginariamente inviato da jennyhart
yess ....
ma non c'è "on(release)"
ho questo ....
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
scrollup = true;
}
}
onClipEvent (mouseUp) {
scrollup = false;
}
onClipEvent (enterFrame) {
if (scrollup & _root.lista._y<>150) {
_root.target +=20;
} else if ((Key.isDown(Key.UP) == true)) {
_root.target +=20;
}
}![]()
Ho visto la versione e lo ho caricato, manco lo avevo guardato.
Quello che lo fa avviare è il mouseDown, ma adesso non so come sostituirlo, e non credo neanche che sia possibile, se non rifacendo il tutto![]()