看板 Flash 關於我們 聯絡資訊
之前有做過比較簡易版的 參考看看 this.onMouseDown = function() { this.createEmptyMovieClip("_mc", _root.getNextHighestDepth()); _mc.lineStyle(0, 0x000066); _mc.moveTo(_xmouse, _ymouse); this.onMouseMove = function() { _mc.lineTo(_xmouse, _ymouse); }; }; this.onMouseUp = function() { delete this.onMouseMove; }; 貼在影格1 ※ 引述《heipo (小白)》之銘言: : 就是可以用用滑鼠在上面寫字的那種? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.120.10.81