creating infinite actors using code?
Posted: Sun May 22, 2011 7:55 pm
the topic says it all -> is it possible?
(xy infinite actors)
(xy infinite actors)
Game Editor discussion board
http://game-editor.com/forum/
for (i=0;i<50000;i++) { //WILLLLL cause lag xD
CreateActor("Actor", "Animation", x+(i*32), y+(i*32), FORWARD);
}