Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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 trying to make a little top down shooter and I have a small playing field, but it doesn't show the whole thing. I wanted to have it scroll too and It follows the player but when I shoot or when the "monsters" try and attacking the player it thinks that it is somewhere else in the game.
try to post your capx
How would I do that since I cannot post urls.
you can just add an empty space in the url or just write it as normal text
https ://www dropbox. com/s/1287zm1bur10obp/Game.capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
The main issue seems to be you are spawning your monsters and bullets on layer 1 , which is a layer without paralax, while the player is on layer 0, a layer with paralax..
Thanks