I spent many hours trying to figure out what I thought was a super simple task but I cannot manage to understand how the "Set colour" works on Construct. In the Manual, there is not much to figure out if it's a bug or needs to be done differently.
Example:
Manual says that we can use the
ColorValue
To set an object's colour to match another object.
But it doesn't work for me
ColorValue
A number representing the color property of the instance. This can be used with the Set color action to set an object's color to match another object.
https://www.construct.net/en/make-games/manuals/construct-3/plugin-reference/common-features/common-expressions
C3 Demo:
https://www.dropbox.com/s/uc09w48mrdbfkew/1-Color%20Bug.c3p?dl=0
Also, when I tried to use the rgba255(145,88,31,255) directly it gives a different colour than I expected.
Is there any simple way to change the colour by just giving the colour directly? like setting the colour to
Brown >>>> rgba255(145,88,31,255)
Without using any effects
To get for example this color:
I haven't tested the performance for when the Sprite Action "Set Color" is used but because is built in an Action Im hopping that works better than the Effects hopefully.