<img src="https://dl.dropboxusercontent.com/u/34384736/w.gif" border="0">
I just created "for" loop from 1 to 3 to create 3 objects.
And then the game started to repeat this action indefinitely.
What wrong with that?
.capx
Event sheets are calculated every tick. So you are creating 3 objects every tick. You need some sort of trigger or condition if you wish it to run only once. Try the same thing, but at your for loop condition add 'Trigger once while true' from system events.
It's always been that way?
Develop games in your browser. Powerful, performant & highly capable.
As far as I've been using C2, and my guess would be for eternity before that as well. :)
> > It's always been that way? As far as I've been using C2, and my guess would be for eternity before that as well. :)
>
> It's always been that way?
Thank you.