Drawing Board
- Select the first Frame.
- Press F9 and Copy Code Below and paste it.
Example:http://svprm.x10hosting.com/for_forums/linedrawer.swfCode:createEmptyMovieClip("Line",1); Line.lineStyle(1,0x000000,100); onMouseDown = function () { Line.moveTo(_xmouse, _ymouse); onMouseMove = function () { Line.lineTo(_xmouse, _ymouse);} } onMouseUp=function() { onMouseMove=null; }
You like this tutorial?


LinkBack URL
About LinkBacks


Reply With Quote










