Greetings .
I need Help.
How do i make a Random spawn every x Seconds (Random between 1.5 an 2.5 Seconds ).
Working on a Flappy Bird Clone ,an i want to Spawn the Pipes in between 1.5 and 2.5 Seconds.
Thx for Help
Basshase
Either use a "system every x seconds" expression and set it's value to random(1.5, 2.5)
or use the timer behaviour and start the timer at any time you'd like and set it for random(1.5, 2.5) seconds..
Develop games in your browser. Powerful, performant & highly capable.
Great thx LittleStain it works perfect.