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

view region

  1. X

    Legacy GM [SOLVED] View and Port Not Behaving Consistently

    Hey. I'm on Studio 1.4, and I'm building for Android. In my room, when I set the parameters for: View in Room x = 0, y = 0, w = 320, h = 180 Port on Screen x = 0, y = 0, w = 2560, h = 1440 It displays correctly in the correct aspect ratio, 16:9. I used "show_debug_message", and got the...
  2. 2

    Object Spawning/Despawning System Based on View Region

    How would you do an object spawning system? It needs to get rid of objects in the room not onscreen, keep original xy position, and the object index to recreate them when inside the view region. I need a more efficient system than instance deactivate, so I can put many more instances in the room...
Top