countdown

hi to all

how can i do a countdown and wenth arrive to 00:00 reload the level (scene)

tks

bye

this is a rough example syntax is not correct

you would have something like this on a trigger function

or a start function
////////////////

yield new WaitforSeconds(10);

load application 0

//////////////

by its index number

after ten seconds it would load application
have a check in the docs for correct syntax

ok … now i compilate it and will see

tks

ok … now i compilate it and will see

tks

my code is … functiont

tankcyou

:wink: :wink: :wink: :wink:

yield new WaitForSeconds(10);
     
     Application.LoadLevel (0);