I'm making a little game, which include if an object touches another object then the 'time' will increase...
Did anyone ever make a game like this or other tutorials?
I stucked
Develop games in your browser. Powerful, performant & highly capable.
You have the Wait command or On Every Seconds command. You will need a couple of global variables. DoSomething is a trigger and Timer holds the time.
On Object1 Collides with Object2: Set DoSomething= 1
Every 1 Second: Add 1 to Timer
DoSomething=1
on touch another object
add seconds to time
time should global variable