>>that doesnt work. the drawing appears under the image
and not on it
Place the drawing on stage, and then place an empty movie
clip on a layer
above the drawing. Give the clip an instance name of ink.
Change the two functions:
function startDrawing() {
if (_xmouse<455) {
ink.lineStyle(lineThickness, selectedColor);
ink.moveTo(_root._xmouse, _root._ymouse);
_root.onMouseMove = drawLine;
}
}
function drawLine() {
ink.lineTo(this._xmouse, this._ymouse);
}
--
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/