Hello everyone. Me again. I am just asking how can I delete clones and only the clone. I tried the destroy option but they all delete. can anyone help me?
You really mean clone or various instances of the same object? If so just pick instance giving a UID number or sprite.UID, which will give you the instance that is being used on that moment.
Develop games in your browser. Powerful, performant & highly capable.
Use "Pick by Comparison" condition like this
Pick OBJECT
which
OBJECT.UID
=
whatever UID of the instance you want to delete
-> destroy OBJECT
Thanks guys. It means a lot to me that people take time to help others