Flash drawing board

by Pokechan

in Completed Works

< 'Ultimate dress up game' by Pokechan
> 'Sora says thanks' by Pokechan

Description

Oct 5th 2008
Tags:
_mc board draw drawing experimental flash flash macomedia mc mx pro profesional root tut tutorial ultimate
Views:
389
Comments:
11
Score:
11
Favorites:
14
Take a screenshot of what you draw and show me! I'd love to see your doodles!... That sentence is weird...

I made this drawing board for you all to scribble around on ^^
Feel free to draw anything & take a screenshot and submit it, just make sure you link back to the drawing board.

It is extremely easy to make, I'll tell you how if you want to try it

How to make this drawing board
All you have to do, is open up a new flash document & lock layer one (you can rename this layer first if you wish, best to name it something like 'actions'.
Click on frame 1, now press F9 on your keyboard to open up Actions. It should say 'Actions - frame' in the top left hand corner of the actions box, this means you are about to the put the actions on the frame and not the stage.

Now, give the frame the following ActionScript:
NOTE: To change the colour of the line you draw with on your drawing board, just change the number after where it says 0x in the ActionScript to the number/code of the colour you wish to have. The number is found at the top of the colour selection box in your toolbar and it has six digits.

this.createEmptyMovieClip("drawing_mc",this.getNextHighestDepth());

this.onMouseDown = function() {
drawing_mc.lineStyle(5,0x000000);
drawing_mc.moveTo(_xmouse,_ymouse);
onMouseMove = function() {
drawing_mc.lineTo(_xmouse,_ymouse);
}
}

this.onMouseUp = function() {
onMouseMove = noLine;
}

Clear button Actionscript
Make yourself a button that says 'clear' or something similar and give it the following AS. If you need help making a button, visit my ultimate flash tutorial here: http://www.sheezyart.com/view/1904149/

on (release) {
removeMovieClip("drawing_mc");
_root.createEmptyMovieClip("drawing_mc",this.getNextHighestDepth());
}

And there you have it! Have fun experimenting!

Drawing board (c) me

Comments

AolasLuke Says:

i drew a bunch of curvy lines

xdbzgt1235 Says:

...I made the whole screen black...

Kasami Chan Says:

So fun!

EXPECTOPATRONADS Says:

well that ws fun....i just colored the whole screen black lol

Nesnja Says:

Oh my gosh. This is wonderful

Double Souls Says:

This is so cute and fun~ :>

Here's mine. Cleek~

Lilac Wood Says:

Heh. Boredness leads to nonsense.

Clickify

Tree Says:

this was FUN! awesome job

click here for mine