Give some object in your layout the timer behavior.
then:
on start of layout: (timer behavior of the object) start timer "autostart", once, x seconds
on timer "autostart": start game
also don't forget to deactivate the timer, if the player presses x
on X pressed: stop timer "autostart"
start game