Player -> Spawn another object -> For Object
I can't see Spawn another object,I can only see destroy.What should I do?
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
Develop games in your browser. Powerful, performant & highly capable.
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.