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
Hello , my question is how can i add AND to my script.
example:
IF my object is jumping AND is higher than 50 pixels from Specific platform AND health is lover THAN 10 DO timescale set to 0.5
thank you,
Add two conditions to the same event. Right click an event and choose add another condition or just double click the event (not the condition).
Develop games in your browser. Powerful, performant & highly capable.
https://www.scirra.com/manual/75/how-events-work
This should explain everything to you
oh i got it , so simple , thank you.