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);
}
}
on (press) {
startDrag("A");
}
on (release) {
stopDrag();
if (this._droptarget == "/orange") {
_root.orange.gotoAndPlay(2);
}
}