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
did || OF_UNDEFINEDEXPRESSIONS
and it's still not allowing random expression names,as in
""whatever" is not an expression in object"
and it won't let me close the expression dialogue
am I missing something somewhere else?
Develop games in your browser. Powerful, performant & highly capable.
Did you use the single-pipe | for bitwise or, or double-pipe || for logical or?
|| only ever returns true or false so if you use it on flags it won't work, you'll just get 1 or 0 back...
thank you, that was the problem