I'm using booleans to see if paint = true/false.
Example of what I'm using
mouseListener.onMouseMove = function() {
if(paint) {
board_mc.lineTo(_xmouse, _ymouse);
updateAfterEvent();
}
};
The swf of this is located here http://www.deviantar.../view/31524959/
Edited by travmanx, 09 April 2006 - 12:10 PM.
