• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

camera rotation

  1. C

    Camera Rotation causing Recoil System to kick in the Opposite Direction

    In my game, I am working on a recoil system. It uses random ranges to kick up, left, and right. But I recently added a camera rotation, and it is making the recoil system act in ways it shouldn't. The gun should never be able to kick downwards, but when the camera rotation gets high enough, the...
  2. G

    GameMaker Rotating and Moving the Camera View to the Player Object. Jittering/shaking Sprites

    I am attempting to make a top down game with a boat/ship and the camera stays above/behind the players boat. I currently have a camera object that is locked on to the player object so that the player stays in the middle of the view. Basically when I turn the ship, the whole room is turning on...
  3. Gizmo199

    [SOLVED] - Depth issues with camera rotation

    ^^^ The above is a video of the issue I am having ^^^ SOLUTION BELOW Issue: So the issue I am having is that I am trying to sort each object via its depth to be either in front or behind objects near them. Much like the isometric / RPG trick: depth = -y What I have tried: So here are some...
  4. Y

    Display rotation android [Solved]

    Hi everyone, i have some rooms that the player will play on landscape mode and other on protrait mode, but i dont want the player to be able to change to portrait or landscape by himself, so the the orientation is locked, basically i want to change the orientation myself by code and have it...
  5. P

    GameMaker [Solved] Rotating camera by shortest distance?

    Basically, the direction that the player falls in can change and I want the camera to rotate such that the bottom of the screen corresponds with the new direction of gravity. i.e if the direction of gravity is 180 degrees, the camera should rotate 90 degrees so that the player appears to be...
  6. K

    Camera angles?

    Hey! So in my current project I'm working on Ibe got it so when you press a button you can change the direction of gravity 90 degrees. I want to be able to rotate the camera with it, I've been trying to get the camera angle to change but for some reason nothing changes. I have a camera object...
  7. H

    Camera Rotation for Spaceship

    Hello ! I'm not a programmer (I "played" with "The Games Factory" 18 years ago.. nothing else), but I have a game idea i can't get out of my head since some months. So I got GMS2 (v2.0.6.96) to try to make a little level... but i'm stuck nearly at the beginning, with the thing that would maybe...
Top