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
Player -> Spawn another object -> For Object
I can't see Spawn another object,I can only see destroy.What should I do?
Develop games in your browser. Powerful, performant & highly capable.
make some 10 pixel not visible sprite (call it SpawnPoint)
put it on a few places on layout,
then choose random SpawnPoint instance,
and then let SpawnPoint "spawn another object" when neccessary
There is also System > Create Object.
Useful if you want the spawning to take place from a moving object. Set the x and y to that of the moving object. For example if you want the player to drop grenades as they run.
Could also use it with global variables to create a roaming spawning point.