我已经实现了拖拽效果,可是却不能转场播放。
在场景2的MC里的BUTTON的ACTION:
on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
if (_droptarget eq "/re1") {
setProperty ("", _x, "108.1");
setProperty ("", _y, "155.5");
gotoAndPlay ("Scene 3", 1);
}
}
对吗?!
请各位高人帮帮忙!
谢谢!!!!!