• 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 drag

  1. S

    How to drag the camera at high x_border value

    I use the following code: view_enabled = true; view_visible[0] = true; var width = 480, height = 270, scale = 2; var cam = camera_create_view(0,0,width,height, 0, object0, -1, -1, 430, height/2); view_set_camera(0, cam); window_set_size(width*scale, height*scale)...
  2. Bee

    GameMaker Drag camera view with mouse

    Hello lovely people, I've been having a helluva time with this. I used an online tutorial and a YouTube video to hack together the following code for GMS 2 to have the left mouse button drag the camera when held down. I had to fudge the code a little since I'm aiming for HTML5 so gestures don't...
Top