Just a real quick question, if I have a bunch of objects on that screen that are going to be moving/scrolling, is it more efficient (runtime wise, not lines of code) to have them all in a group and move the group or to just iterate through a table of objects and move each individually.
Just wondering if I would gain anything by moving everything into a group and changing the group’s x,y as needed or will it essentially perform the same. [import]uid: 47373 topic_id: 9742 reply_id: 309742[/import]