So to use tick to do what you want and loop through all those items you have placed in the level. You would create a counter, you check to see if the counter is less than the length of the array of items you want to go through. If it is then get the item in that array index. Then do what ever you want to do with that item on that tick. Finally add one to the counter.