Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 My Flash Paint Program.
Index -> Graphics and Design, Web Design -> Flash MX Tutorials
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
TheXploder




PostPosted: Thu Jan 22, 2004 11:49 am   Post subject: My Flash Paint Program.

Check out my flash paint program.
8)

http://www22.brinkster.com/thexploder/terrain_editor.html

Any comments or suggestions are always welcome.
Wink
Sponsor
Sponsor
Sponsor
sponsor
Homer_simpson




PostPosted: Thu Jan 22, 2004 12:08 pm   Post subject: (No subject)

well... it's a nice program... but it would be better if put the layer that u draw on under all the other layers so ppl would be able to draw on the scrollbar...
apomb




PostPosted: Thu Jan 22, 2004 5:24 pm   Post subject: kool program

Nicely layed out ... but when you paint over the buttons, you cant see what color you are picking.
shorthair




PostPosted: Thu Jan 22, 2004 5:28 pm   Post subject: (No subject)

ummmmm its " Special" ,
Delta




PostPosted: Wed Feb 04, 2004 5:44 pm   Post subject: (No subject)

I like the fact that its a drawing program... except that you can draw on everything .... fix that...

code:

on(press){
if(mouseX > leftX & mouseX < rightX & mouseY > bottomY & mouseY < topY){
//draw stuff now

}
}

well I'm not sure if '&' works or if it has to be 'and'
but ya

mouseX = the mouse x position
mouseY = the mouse y position
leftX = is the left side of the canvas..... like the starting x coordinate
rightX = is the ending one
bottomY= is the starting y position (the bottom)
topY = is the ending Y position

pretty basic... just checking to see if the mouse was clicked while it was in the canvas... otherwise don't draw

you should also have more colours
TheXploder




PostPosted: Wed Feb 04, 2004 10:39 pm   Post subject: (No subject)

thanx, I'm gonna try that Delta
Display posts from previous:   
   Index -> Graphics and Design, Web Design -> Flash MX Tutorials
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 6 Posts ]
Jump to:   


Style:  
Search: