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
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.