I am using the current template of kiwi story to learn about construct3. A funny thing happened when I changed my player sprite in the game my player is moving out of bound of the camera and camera is not able to follow it . My code is as follow
Yet I am not able to make the camera follow or move with my player. How to resolve this issue ??
Develop games in your browser. Powerful, performant & highly capable.
It's difficult to tell without the project file. Try running the game in debug mode, check CameraZone position, check the value of CameraZone_UID variable after colliding with the zone, this should help you find the cause of the issue.