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

round

  1. KorbohneD

    SOLVED Round Number Problem - Weird Fraction

    Programmed a function to round a number to just a single decimal place. For example, it takes the number 10.145, then outputs just 10.1 The nmb value itself is indeed 10.1 as example in the testimage. But it will always be displayed as 10.10 in a given string. As I tried testing the code, when I...
  2. Andymakeer

    SOLVED variable_global_set with decimals

    Hey guys! I have a ds_map that have pairs of var_name & var_value, that I send to a method that uses the function variable_global_set to add the value to that variable by its name. Its working fine, the problems is, seems like variable_global_set rounds the var_value value, so if I send like...
  3. I

    GameMaker Help with drawing fog particles around area that is getting smaller

    Hi and sorry for my bad English. I make this game where player collects food from bushes while area around exiting point is getting smaller. Kinda like those Battle Royal games. I have an object oFog, that has an ellipse collision mask that covers all of the room at the beginning of game. Then...
  4. G

    GameMaker Android--Detecting/Handling Rounded Screens

    Android phones now sometimes have displays that are physically rounded at the corner. By default, GMS2 will still use the space, but anything under the corners will be obscured. Android provides an isRound() method to determine if the screen is rounded, but to my knowledge GMS2 does not provide...
Top