Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Is there a way to get the value of a sprite object's effect param (Tint RGB values, for example) to compare it for what ever needs?
I want to check if R of the RGB is less than a global R i want to add 1 per tick or some such functionallity.
Thanks
Develop games in your browser. Powerful, performant & highly capable.
You can set the effect param 0 to your instance variable.
Then you can compare that instance variable for what you need.