I'm trying to write a plugin that can procedurally generate levels based on the position of sprites in the previous level. To do this I need to be able to access the relative positions of the sprites each time the level changes--in the SDK I've only seen examples of modifying the instance of the object that the behavior is applied to.
Is there a way to do this? Thanks.