Using something like this
construct.net/en
Wondering why if I had to say
for-every tilesprite -> spawn an object -> someobject
doesnt work.
Nothing spawns.
But same thing if I just include another action within the Foreach(x,y) of array section as
system->createobject-> someobject
It works.
What I am trying to do is pick particular tiles from the generated tiles and spawn grass or something on it.
Any help.