This is a another problem I just solved. Bur I mean something different:
+ On Layout Start
+ Array: For Each Element
+ (System/Compare values) Array.CurrentValue equal to 1
: Create Object at CurrentX*32 and CurrentY*32
What this should do is find all 1s in the array, multiply the X and Y values with 32 and place the object on a generated grid. But it does not only put objects where a 1 is, it puts objects everywhere on the grid and fills it up. It does not matter what number is in the array... I really apreciate your help <img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" />.