Best way to use multiple instances of an object? in Developer Help
|
|
In a little project I'm creating, what I am attempting to do is have multiple instances of the same 32 by 32 object placed in different areas on my map. What I am wanting to know is, what is the best way to go about doing this?
Should I just make a big list of the max # of instanced objects needed using newlist()? Or should I utilize a while() loop and just constantly create a new instance of an object until I don't need it anymore?
Please assist me with this, and thanks!
Edit: Am I going about this wrong? Maybe I have some improper memories...do you only need to create 1 instance of an object, and then you can place it in as many places as you want on your map, as long as it's the same object?
|