Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
like, in halloween, a witch's hat appears on the character, or at christmas, a christmas hat appears
will you understand? if yes can you help me?
Develop games in your browser. Powerful, performant & highly capable.
I think there’s a third party plugin to get the date. You can find a list of plugins somewhere on the forum or I think you can find it on the add on exchange part of the website.
Or you can use the browser object with a little bit of JavaScript to get the date with this expression:
Browser.execJs("let d=new Date(); str(d.getMonth()+1)+'-'+str(d.getDate())")
Which will give you 10-30 if it’s Halloween.