Hi everyone,
So my levels start with placing the camera. Based on its position I want to spawn the relevant enemies. How can I query if my camera has arrived at my desired destination?
Develop games in your browser. Powerful, performant & highly capable.
How are you positioning your camera in the first place?
I would normally use a scrollto behavior on an invisible helper "camera" sprite. Then you can do all sorts of things such as check x and y position or use overlap conditions.