coloring the image

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 :smiley:

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
  • sadeemsadeem Member Posts: 14

    I saw your video, how did you do it?
    i want to do the same but i coudn't

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    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

  • sadeemsadeem Member Posts: 14

    @tatiang said:
    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.

    i would appreciate it if you upload it here .

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    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

  • sadeemsadeem Member Posts: 14

    @tatiang said:
    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.

    this is drawing not coloring right?

  • sadeemsadeem Member Posts: 14

    @sadeem said:
    this is drawing not coloring right?

    never mind

    thank you so much!

  • sadeemsadeem Member Posts: 14

    @tatiang said:
    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.

    i want the actor to choose the color he wants, how can i do this?

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    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

  • sadeemsadeem Member Posts: 14

    @tatiang said:
    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.

    Thank you so much!

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    You're welcome!

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Sign In or Register to comment.