« センサ実習参考サイト | メイン | クリックしたらムービー »
2005年07月07日
フラッシュスクリプトサンプル
on (press) {
this.startDrag();
oldX = _x;
oldY = _y;
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == _parent.hito._target) {
_x = _parent.hito._x;
_y = _parent.hito._y;
gotoAndStop(2);
loadMovie("01.swf",_root.hito);
} else if (_droptarget != _parent.dai._target) {
_x = oldX;
_y = oldY;
}
}
投稿者 kawarasaki : 2005年07月07日 12:06