Hi everyone,
Just started using Construct 2. I am following the tutorial/sample as given here ==> https://www.scirra.com/forum/viewtopic.php?f=146&t=76577&p=633697
Basically I want to change my sprite to random colors when they are created. When I want to add the effect parameter on my project, I get the following:
How do I add the setColor effect?
- First the SPRITE must have the EFFECT added to it -
- Sprite - On created
- Set effect parameter (Choose SetColor)
- Parameter index (Choose the one you wanna change) "usually 1,2,3,4 and so on"
- Value = Int(Random(Value)) "This will use a straight value like 4,6,1,80 and so on"
Another way you could do it was adding the "Tint" effect. (value 100,100,100 is the standard color) and simply doing the same as above. This effect just comes with C2 and do not need to be added into it.