PDA

View Full Version : droptarget


Lars Gjoeviken
01-12-2003, 12:21 PM
I wonder what is wrong with this actionscript:

on (press) {
startDrag("A");
}
on (release) {
stopDrag();
if (this._droptarget == "/orange") {
_root.orange.gotoAndPlay(2);
}
}

farafiro
01-12-2003, 12:56 PM
what is "A" ??