HI Guys!
I've been using Construct 2 for a while. I'm still a beginner and need your help. How can a create a timer (more specifically a countdown) which remains in all layouts. I tried to create one but oly works on one layout and don't know how to fix it.
Thanks for your help,
Develop games in your browser. Powerful, performant & highly capable.
Hi jm20026,
You need to make a GLOBAL EVENT, put the countdown timer code there, and INCLUDE this GLOBAL EVENT to each and every layouts "event sheet".
With this, each layout will have that timer code.