Posting a .capx of what you've done will help us understand what you're doing.
Don't forget the event list is read once a tick (~60 times a second). So if you have a single event with a for loop in it, it will run ~60 times a second. Maybe you want to put the loop under a different event, like a key press or 'start of layout'?