coloring the image
sadeem
Member Posts: 14
hey guys.. I'm trying to make a coloring image would someone please tell me how to start and make the player choose the color then start to color.?
PS: I'm a beginner
Comments
See this thread: http://forums.gamesalad.com/discussion/41084/can-gamesald-make-draw-line-smooth-as-you-see-in-paint-program/p1.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I saw your video, how did you do it?
i want to do the same but i coudn't
I started with ORBZ' drawing video that's mentioned in that thread. If you can't locate it let me know - I can probably upload it for you.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
i would appreciate it if you upload it here .
Here's the demo. Also, the basic idea for my coloring book demo is to spawn a colored actor repeatedly wherever the touch is.
Oh here... I found an earlier demo that does just this.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
this is drawing not coloring right?
never mind
thank you so much!
i want the actor to choose the color he wants, how can i do this?
As you saw, the demo I posted is a barebones coloring method. Adding other features is going to take time and effort. Or you can purchase a more fully functional demo (not from me, though).
I don't know your level of skill with GameSalad but the short answer is that you can change the color of an actor by changing its self.Color.Red/Green/Blue attributes. An example would be to change attribute self.Color.Red to 180/255. These values are between 0 and 1 but if you play around with the /255 divisor you'll see quite a range of colors (hint, use the color slider portion of the color picker to "locate" specific color values.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thank you so much!
You're welcome!
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User