Change multiple actors positions at scene load

Hi. My game takes too long time to switch from one scene to another. So I decide to move them out of screen and then positioning them to there places onSceneLoad. The problem is that I have a huge amount of actor and I don't want to positioning them one by one. I need some trick :) Please help me with these.
I think I need to keep the actor names and position coordinates in table, and then cycle to that table for positioning, so how can I do this?
How to do
if actor name is "actor 1" then change attribute position x to "something", position y to "something"

Thanks

Sign In or Register to comment.