Re: [問題] 想請問大家問題

看板Flash作者 (I don't hate but I kill)時間19年前 (2005/05/04 13:10), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
改寫後 p1.onMouseDown = function() { startDrag(this); dragging = 1; }; p1.onMouseMove = function() { if (dragging == 1) { if (_root._xmouse>466) { this._x = 442; } else if (_root._xmouse<208) { this._x = 184; } else { this._x = _root._xmouse-24; } if (_root._ymouse>260) { this._y = 235; } else if (_root._ymouse<100) { this._y = 75; } else { this._y = _root._ymouse-25; } } }; p1.onMouseUp = function() { stopDrag(); dragging = 0; }; ※ 引述《s00529 (克)》之銘言: : 補說.... : swf檔案在這 : http://ms.ntcb.edu.tw/~s9056079/mm/mm_move.swf : fla檔案在這 : http://ms.ntcb.edu.tw/~s9056079/mm/mm_move.fla : 我想要做到那個禮物只能再框框內移動 : 超過就停住 : 有人能教一下嗎?@@ : 試了些網站教的 : 都不太能ㄋㄟ!! : 謝囉 : ※ 引述《s00529 (克)》之銘言: : : 就是阿~ : : 我的檔案裡面有一個圖 : : 還有一個方框 : : 現在圖可以在檔案大小裡面任意移動 : : 我想她只能在指定的方框內動 : : 碰到邊邊則不能繼續動 : : 有人能教一下嗎 : : if(_root.f1._x<780.5){ : : _root[mcname]._x = _xmouse; : : gotoAndStop(2); : : 用過以上那種 : : 但是當x道框框右邊 : : 會黏住滑鼠呢@@ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.66.87.212
文章代碼(AID): #12U5b8yB (Flash)
文章代碼(AID): #12U5b8yB (Flash)