トップへ戻るニュースフォーラムFLASH-ML 過去ログBak@Flaダウンロードよくある質問と答
ログイン
ユーザ名:

パスワード:


パスワード紛失

新規登録
メインメニュー
メイン
   コーダーズルーム【スクリプト系】
     dragtargetとswapDepths
投稿するにはまず登録を

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
SUZUDEN
Åê¹ÆNo.2082
投稿日時: 2003-12-11 17:57
常連
居住地: 千葉県佐倉市
投稿: 84
使用環境:
dragtargetとswapDepths
いつもありがとうございます。
パズルゲームを作っているのですが、
dragtargetとswapDepthsを合わせて使うと
ドラッグ成功したら次のフレーム行くというものなのですが、
ドラッグする物がバグって表示されたままになってしまいます。

ソースは

on (press) {
this.startDrag(true);
}
on (release, releaseOutside) {
this.stopDrag();
if (_droptarget == "/target") {
this._x = eval(_droptarget)._x;
this._y = eval(_droptarget)._y;
_root.depth++;
this.swapDepths(_root.depth);
_root.gotoAndPlay(_currentFrame+1);
}
}


http://www.m-t-b.jp/tteesstt.swf
にアップしました。
ドラッグドロップが成功した後に
フレーム1に戻るのですが、
ターゲット先に物が残ったままです。

swapDepthsを省くと正常に動作します。
よろしくお願いいたします。


----------------
DEN

フラット表示 前のトピック | 次のトピック

題名 投稿者 日時
 » dragtargetとswapDepths SUZUDEN 2003-12-11 17:57
     Re: _droptargetとswapDepths (was: dragtargetとswapDepths) Fumio 2003-12-11 18:41
       Re: _droptargetとswapDepths (was: dragtargetとswapDepths) SUZUDEN 2003-12-12 10:39
         Re: _droptargetとswapDepths (was: dragtargetとswapDepths) ymori 2003-12-12 11:29
           Re: _droptargetとswapDepths (was: dragtargetとswapDepths) SUZUDEN 2003-12-12 11:43
             Re: _droptargetとswapDepths (was: dragtargetとswapDepths) ymori 2003-12-12 12:11
               Re: _droptargetとswapDepths (was: dragtargetとswapDepths) SUZUDEN 2003-12-12 12:27
                 Re: _droptargetとswapDepths (was: dragtargetとswapDepths) Fumio 2003-12-12 12:39
                   Re: _droptargetとswapDepths (was: dragtargetとswapDepths) SUZUDEN 2003-12-12 13:22
                     Re: _droptargetとswapDepths (was: dragtargetとswapDepths) Fumio 2003-12-12 14:46
                       Re: _droptargetとswapDepths (was: dragtargetとswapDepths) SUZUDEN 2003-12-12 15:03
                         Re: _droptargetとswapDepths (was: dragtargetとswapDepths) SUZUDEN 2003-12-12 16:54
                           Re: _droptargetとswapDepths (was: dragtargetとswapDepths) Fumio 2003-12-13 12:52
                           Re: _droptargetとswapDepths (was: dragtargetとswapDepths) Fumio 2003-12-13 12:54
                         Re: _droptargetとswapDepths (was: dragtargetとswapDepths) ymori 2003-12-13 13:11
                     Re: _droptargetとswapDepths (was: dragtargetとswapDepths) ゲスト 2003-12-12 14:47

投稿するにはまず登録を
 
Copyright (C) 2003 FLASH-japan. All rights reserved.
Powered by Xoops