Ok... Does anybody know if i can select a copy of an object?
Certainly for sure. What's the problem exactly? Did you paste an object to different layer which is locked?
Develop games in your browser. Powerful, performant & highly capable.
No i want to know if i create a sprite called Grass and i copy it. Is there a way to select an specific copy of the object?
Sure by using IID. Initial IID start from 0. You need to filter which ID need to pick (select) using system >pick by comparison > pick the object, fill the expression such as Sprite.IID then fill the comparison value that will pick an index ID.
Ok, Thanks