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

score

  1. M

    GML Visual Global variables in rooms

    Hi, I have a problem, I want to put the ultimate score in another room which is the room of game over, but I can`t do it, I tried to do it with a global variable but it`s always on 0 at the game over room. Any advice? I`m using Game Maker 2 and drag and drop.
  2. G

    Legacy GM Faster every 50 points - Help plz

    Good afternoon. Need help, I have a ghost object that randomly spawns 4 objects, done in DnD. //objSpawner I have a ghost object for Score. //objScore How do I spawn faster every 50 points on the score? Could you help me step by step, showing me how to do it? Thanks in advance!
  3. W

    GameMaker Score that follows camera

    Hello I am new to GMS2, and am programming a sonic game for a programming project. The last thing I need to do is to show the score, but I need it follow the view. I don't know what code I need or where to put it. I have created an invisible, non-solid object with the following code: x=...
  4. O

    How do I use the score and checkpoints at the same time?

    So I'm using Shaun Spalding's checkpoint system () and the basic score system in GM:S (collecting coins increases your score). If my player dies, whole room resets, so the coins that he's collected and his score. Is there a simple way to avoid this problem, like save the state of the coins and...
  5. T

    GameMaker Displaying Text on Multiple Screens

    Hello, I am currently going through the tutorials of GMS 2 and I believe I've gotten through all the videos of the basic top-down shooter game. I wanted to complete it myself, and I'm having trouble with something. I have a gameover screen and I want to display the final score, but when I try to...
  6. M

    Score bord won't save.

    Hi I am working on a little school project here, but for some reson my ini files wont save. I wonder why. I am using a booth room with the folowing code: ini_open("scores.ini"); for(i = 0; i < 10; i++) { global.score_array[i, 0] = "unknown"; global.score_array[i, 1] = 0; } ini_close()...
  7. I

    DnD simple number counter?

    I was working on a really small game where I have multiple functions activate when you click on a specific object with a mouse. And I wanted to have 2 separate objects that when you click on one of them, it shows (draws) integers/numbers count upwards on screen. I managed to do this with the...
  8. M

    GML Visual Drawing Ending Score - Help

    Hey guys. I've been developing a small game and managed to get it to work with the "built in variable" "score". I did powerups and all of these things. But when you die in game, I want the score to appear on the death screen. The score is in the player object and I created another obj_score for...
  9. M

    Score font

    So I am trying to put a certain font for my "SCORE" score checker, and I have this if(instance_exists(pawn)){ draw_set_font(s); draw_set_color(c_black); draw_text(224, 32, "Score: " + string(global.score)); draw_text(view_xview[0]+30, view_yview[0]+50, "Health: " + string(global.hp)); } Now I...
  10. C

    Keep score different rooms

    Hi- Trying to keep score from resetting when I change rooms. Using global variables for score and have a obj_score. Realized that if I put obj_score in new rooms, the create is called an all variables are reset to 0. I tried using the 'persistent' feature with obj_score (removed obj_score from...
  11. M

    Score and enemy spawn [SOLVED]

    Hi all! So I am doing this game (obviously) and I got stuck with having my enemies destroyed when a certain number in score gets set. For example, I have enemies a player cannot destroy but must achieve a certain score number (ex. 10) to destroy them. Now, I did this: if(global.score =10){...
  12. S

    Help with score

    Hello everyone, I'm struggling with something about score. It's not the regular "How to give me 10 points if I kill zombie" thing, its more complicated. So basically what I want to do is when the room resets(which is what happens when the player collides with spikes), subtract 50 score. At this...
  13. K

    Windows Problems With Movement and Score

    Ok, so I'm not so good with the script programming and so far I've been able to get mostly everything done on the game except for precise movement and scoring. I got some help when it comes to it but it didn't do exactly what I wanted it to do. So basically the game is about clicks and...
  14. G

    GML Trying to change music based on score

    Hey guys, I've only been using GM:S for a week, but I've been getting on great with it. Most problems I've had, I've been able to figure them out on my own or through online research. However, I'm stumped with regard to this particular problem, and would welcome any advice. *** I'm making a...
  15. J

    Score

    Ok so.. I made score and I put it to Persistent but its not the same when I change the room. So.. what to do?
  16. B

    Legacy GM HTML5 Drawing variables

    Hey guys, This is my first post here, ill keep it short. Im using gamemaker studio 1.4 and I have bought the HTML5 converter. When converting my previous game to HTML5, I had some issues with drawing variables as a text. At that time, i read topics stating this is because the HTML5 development...
  17. M

    New on game maker need help (score)

    Hi, I'm new on game maker studio and on this forum so I will present myself. Sorry for my bad English... I'm Marie I have 21 years old and I'm from France. I studie theater but when I got time Iike to do some little video game with clickteamfusion but now I want to use game maker studio. My...
  18. M

    Portfolio - Audio Looking for music to make your game even better?

    Hi Gamemakers! Looking for high quality cinematic music to enhance your Game? My name is Marc and I'd love to help you out. Together we'll come up with a score we'll both be truly happy about. For a quick sample of my musical style, please look right here: For my experience, testimonials...
  19. J

    Legacy GM Follow up to score issues

    I can run the game with no errors now until its time for the score to update (Room End) Im using this but it said <unkown built-in variable> again.. if (global.Highscore < score) global.HighScore = score; global.SettingsMap[? "HighScore"] = global.HighScore ds_map_secure_save(global.SettingsMap...
  20. Bingdom

     Slap 'em [Beta]

    Ready to slap your enemies to death? Google Play iTunes Delve yourself into this action packed challenging game. This game is filled with cheerful music, 8bit sound effects and a taste of sheer enjoyment. This game is great to kill some time and fun to challenge your friends. There is also...
Top