Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


Flash© Paint

Authors

Sexy Beast XD (SubmitFlash)

Contact | Site | Add Artist to Favorites

JoxskornerStudios01

Contact | Site | Add Artist to Favorites

Audio

The aliens are here

by JoxskornerStudios01

Date Submitted

03/23/2008 | 01:43PM EST

File Information

Game | 581.3 KB

Add Game to Favorites

Current Score

1.98 / 5.00

Score Rank: #111,539
Popularity Rank: #112,297

309 votes | 726 views

Click an icon to vote on this!

You are not logged in.

If you log in to vote, you could win $100!

Related Submissions

Submissions by Sexy Beast XD (SubmitFlash):

Submissions by JoxskornerStudios01:

Everyone Suitable For All Audiences
Flash© Paint
Play this Game!
Pop-Up | Add to Favorites

Author Comments

Well, Were I got the Idea for this one was a funny place, I was using paint, thinking about how crappy it is. and how its the only thing people that dont like to spend allot of money on this kind of thing you can use! I thought about who even really needs to get if you could use it online! And then I got to work!

This is a tool that I made to go with flash calender. Its new so dont expect it to be all that great, however, you will find that EVEN THOUGH it dosent have text tool yet it is good for making semi-good pictures! I know kids that are so poor that there OS cant even run paint! but it can run SOME of flash! so that could be useful to people like this!

NOTES:
I will let you in on the scripts used for this if you PM me!
This only took 2 weeks because jox helped ( :
THERE WILL BE MORE!!! TRUST ME!!!
we used the alien music once again!
This will eventually be EXACTLY like paint.
Icon made by jox. (im not good at making them)
VERY LOW FILE SIZE!

for those of you who just want the painting script, I compiled a fairly decent smaller one. Its good because I made it so you can add more on to it:

// Begin script
var thickness = 1;
var color = 0x000000;
var mouse_down = false;
var draw_mode = true;

graphics.lineStyle (thickness, color);

function PencilCursor ()
{
if (draw_mode){
Mouse.hide()
element ("Cursor").visible = true;
element ("Cursor").startDrag (true);}
}

function RestoreCursor ()
{
element ("Cursor").stopDrag ();
element ("Cursor").visible = false;
Mouse.show()
}
if (mouse_down)
{
graphics.lineTo (mouseX, mouseY);
}

function OnClick ()
{
graphics.moveTo (mouseX, mouseY);
mouse_down = true;
}

function OnMouseUp ()
{
mouse_down = false;
}

function Erase ()
{
graphics.erase();
graphics.lineStyle (thickness, color);
}

function ChangeColor (c)
{
var color = c;
graphics.lineStyle (thickness, color);
element ("Palette").hide();
draw_mode = true;
}

function SetWidth (w)
{
var thickness = w;
graphics.lineStyle (thickness, color);
}

// End Script

6 reviews | Log in to write a review | Share this!

The people have spoken

Average Score: 7.0 / 10

Score: 9
blueblade

"Great!"

date: April 28, 2008

Great! And thanx 4 putting the code down heaps i love it but i'll never need to use it it(not the code)! sorry but it is awsome!

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 8
Neenja-SkLz

"Sweet idea"

date: March 23, 2008

But the brush...if you draw fast it just becomes dots. I wouldn't say that this idea was poorly executed, but it needs some work.

ps: I drew a smiley face because I liked it, how special am I?

March 23, 2008

Author's Response:

he he. well im trying to work on adding more brushes [ :

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 7
megafonzie

"cool..."

date: March 23, 2008

it's okay, the paintbrush comes out as a bunch of dots if you draw fast, though... but I couldn't do any better...

March 23, 2008

Author's Response:

yah... I did copy some sample stuff for the painting script, I think next time around I will have a few different types of brushes.

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 4
fede1920

"It was ok ,but..."

date: March 23, 2008

The paintbrush was very awfully done ,

March 23, 2008

Author's Response:

its only 1.00 so I will work on that ( :

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 8
MessagerClock

"Needs instructions"

date: March 23, 2008

Just a short intro to help starters

March 23, 2008

Author's Response:

In 1.00 I might... but its not my main objective.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!