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
The object that am trying to select will be spawn by the player too i all ready know how to spawn objects .but the question is how i make the player select the object when it has been spawned to perform an action when its selected ?
Develop games in your browser. Powerful, performant & highly capable.
Object(0) selects the first instance of the object.
Object( Object.Count - 1) selects the last instance of the object.
Object(0) selects the first instance of the object. Object( Object.Count - 1) selects the last instance of the object.
Thank you very much my friend