HELP! avatar

DisimobDisimob Member, PRO Posts: 32

Hi,

I'd like to make a game where user before can create a avatar choosing from a different eyes, hairs, mouthes etc.
Someone of you did something like that?
Is it possible in GS?

Thank u

Comments

  • gingagaminggingagaming FREELANCE GS DEV Member Posts: 1,685

    Yes it's possible @Disimob‌ with a bunch of constraints.

  • JarivespaJarivespa The NetherlandsMember Posts: 65
    edited May 2014

    @Disimob‌
    When i make a game and use that, i use the integer.

    Example: haircolor.

    1=blue
    2=red
    3=yellow

    when you make a arrow that can be pressed with this rules:

    rule: touch is pressed. change att. game.haircolor to +1

    everytime you press it, the integer will be +1

    now when you just spam that button it would be +4, +5, ect.

    so you make a new rule with this in it:

    att. haircolor<=4
    AND touch is press

    Change att. game.haircolor to 1

    in the hair that the char have you have to do this:

    rule:
    att. game.haircolor=1

    Do:

    change att. self.color.red to 0
    change att. self.color.green to 0

    1=blue so blue will be 255.

    and thats how i do it.
    (HAIRCOLOR ONLY)

    best regards
    Jari- The Netherlands

  • DisimobDisimob Member, PRO Posts: 32

    Thank you!

    and.... user can use his avatar just composed for the game?
    I mean 2 steps:
    1- user creates avatar
    2- user use that avatar for game

    Thx
    http://forums.gamesalad.com/discussion/68797/help-avatar?#

Sign In or Register to comment.