-
Re: Fast loop & array
Actually you should be setting the Y array index before you start the X loop (and without the +1), and you should be setting the X array index at the start of the actions and not the end (again without the +1). Setting it at the end means that for the first (0) loop the value isn't set until after your actions are done.
-
Re: Fast loop & array
Dynasoft, it's not working too, like i said it work if the highlighted value not set more than 7(sorry not 5), if 7 works fine why 8 onward not??
-
Re: Fast loop & array
I have an idea, maybe it's not working because the load array action hasn't finished? Try putting the load array and start loop actions in seperate events.