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