Hi!!
How to organize a simple loop with a given number of repetitions?
I can not find this event in the editor …
Hi!!
How to organize a simple loop with a given number of repetitions?
I can not find this event in the editor …
You can use time functions for that.
Where you have to put an event like
At the beginning of the scene =Reset timer “Timer name”
________________________=Pause the timer “Timer name”
Then add your event with
Value of a Timer “Timer name” = Reset timer “Timer name”
“Your conditions”___________= “Your actions”
Hello,
I want to make a loop like For_next:солнечные очки:
??? Can you share screenshot of your event
I would like to get something like
var i;
for (i = 0; i <10; i++)
:мышление:
There is a type of event called “Repeat”. And you can set it to repeat x times.