What I need is the player to move with the view.
I tried giving it view as parent but then I started to get all sorts of problems.
My enemies which shoot at the player end up shooting down no matter where the player is
Im using create actor -> script editor
- Code: Select all
angle = direction(x, y, poop.x, poop.y);
directional_velocity = 10;
Also I have a move to command where the player needs to move to the center of the screen. This was working fine but now the views moving it just goes off screen.
Any help please