Delay for physics start

Hi all,

I have a little issue. I need a countdown before the game start, so basically before the physics start.
I try with timer.performWithDelay, but it does not work, seems that i can’t put physics.start() in a listener.

I am sure the solution is easy, but i can’t find it :slight_smile:

Thanks! [import]uid: 70929 topic_id: 23406 reply_id: 323406[/import]

Can you start the physics but immediately pause it? And in the timer just resume physics? [import]uid: 31262 topic_id: 23406 reply_id: 93778[/import]