![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 無情子 ![]()
![]() |
_root.historyList_lb.setDataProvider(myArry); myArray.onMouseDown = function() { this.unshift("x"+_root._xmouse+"y="+_root._ymouse); historyList_lb.setSelectedIndex(0); }; enable_btn.onRelease = function() { Mouse.addListener(myArray); }; disable_btn.onRelease = function() { Mouse.removeListener(myArray); }; stop(); 以上為原史碼 我想要做的是 按下 enable_btn 後 滑鼠會被偵測 當滑鼠按到左鍵 historyList_lb 會增加出作標位置
本篇文章發表於2006-04-06 04:20
|