matching colors

gilamonstergilamonster Member Posts: 31
edited November -1 in Working with GS (Mac)
For my game, I will be using a triangle grouping and each triangle will not be only one color but three different colors alternating via an animation graphic.

How do I set it up to have the game recognize when some colors match?

Comments

  • ValanValan Member, BASIC Posts: 410
    Try to set the values in the Color property to change colors. This can be tested quickly and uses less memory.
  • gilamonstergilamonster Member Posts: 31
    thanks valan ~

    Is is possible to do it with an image I have made? where the colors are set in the image? I was planning on making an animated image with the colors alternating and then when the colors match have a touch rule or attribute for something to happen.
    I hope i make sense, I am new to this.
  • ValanValan Member, BASIC Posts: 410
    If your image is greyscale you can still use it and alter the colours in GS to make them animated. You can use the interpolated or a Timer with Change Attribute behavior inside.

    You can then make a Rule something like

    When
    Attribute Self.color.green = 1

    Behaviour?
Sign In or Register to comment.