Hi, i have a question regarding Every Tick.
I have read in the "How events work" section that: "Every event is checked once per tick (about 60 times a second on most computers), and they are run from top to bottom in the event sheet.
Before and after, i read it, i was using "Every Tick" this way:
[attachment=0:2wpazy44][/attachment:2wpazy44]
I think that to compare two values or make collision happens, i need the every tick, for what i understand, its not need it right?
But in cases that i need to display score, or something like that, it is useful the "Every Tick"
I dont fully understand the purpose of Every Tick after reading the how events work, can someone help me to understand, i know its an easy question, sorry.