I would like the game to spawn only one point64, instead it spawna more over time ... can you tell me how to spawn only a point64? (I still have to continue the game)
Develop games in your browser. Powerful, performant & highly capable.
point64?
Sorry, I forgot to insert the image...
Top event is running constantly. Take it out of a sub event into the top level, with the is start as part of the condition, then the trigger once will work as you expect. So is start, score check, trigger once - same event and not a sub event.
It works! Thank you!