co degli "oggetti" che al click devo aprire un pop-up, draggabili, e che siano sempre "su" on rollover.
Il problema nasce qauando sposto un oggetto, quando lo rilascio mi apre (giustamente) il pop-up...
Come faccio ad evitarlo?
ciao e grazie
on (press)
{
this.startDrag();
}
on (release)
{getURL("javascript:inco('/xxxx/y.htm')");
this.stopDrag();
}
on (rollOver)
{
gotoAndPlay(2);
mx.behaviors.DepthControl.bringToFront(this);
}
on (rollOut)
{
gotoAndPlay(11);
}