Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I am using a simple collide event how ever if I call a function on collide that should destroy just that instance it destroys all instances of that object..
Probaly simple but brain is melting :S
Can we see capx?
Develop games in your browser. Powerful, performant & highly capable.
Its too simple actually , just create a sub event and and add a pick event from system . then you can select a particular instance then destroy it.
Pass the UID of the object to the function, then Pick it by UID, and Destroy.
I did it, yeah it was so dead simple I just had a brain fart sorry all