A question on objects

Is there a way to “grab” an object and its corresponding properties at a given position (something similar to getTileAt), or do I have to loop through them all or “grab” it by name (getObject) to find the one I’m after? [import]uid: 129287 topic_id: 24810 reply_id: 324810[/import]

At present there isn’t a “getObjectAt” function, however if you want to get a specific object by name you might want to use an object listener rather than looping through everything - http://justaddli.me/tutorial.php?t=0&id=6 [import]uid: 119420 topic_id: 24810 reply_id: 101377[/import]