• 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. G

    Spinner not giving score as it should be.

    I'm trying to add a reward spinner into my game, but I can't seem to get the wheel to give score. This is what I have tried, and it refuses to give any score. Spinner: Create: velocity = 0; checker = 0; startspinner = 0; Step Event: if (startspinner == 1) checker += 1; if (checker % 5 ==...
  2. Rafael Augusto

    Windows Few Players enter in the leaderboards

    Only few players enter in the steam leaderboards. Do I need to add anything else? Everything is fine in the Steamworks settings. In this pc it works every time. Could it be because the user stay "offline"? // Step steam_create_leaderboard("best_score",lb_sort_descending,lb_disp_numeric)...
  3. M

    Draw Score problem

    I have a message that shows a number that increases every second. I am using this code on the text object: Create event: map_string = "0123456789"; bitmap_font = font_add_sprite_ext(spr_puntos, map_string, false, -10); draw_set_font(bitmap_font); puntPos = 1; punt = 0; alarm [0] = 60; Step...
  4. 2

    How do I draw my score with written code

    I am trying to make an object called game that will draw every variable of my game, I am currently figuring out writing the value points. It will follow my player object to prevent my viewport from covering up the object, but it gives a bug report as soon as I open the game.
  5. S

    SOLVED Draw Instance Score - prints double (overlapping) text

    ---If you duplicated your room, ensure you do not have more than one persistent object placed in more than one room.--- Thank you to @TheouAegis, @Slow Fingers for the assistance. As the title suggests, I have been following the "Space Rocks" tutorial and all parts of the game work as the...
  6. B

    GML Resetting Score

    When my game sends you back to start menu the score stays the same flying thought levels. What command do i reset it with?
  7. xS89Deepx

    Online scoreboard

    I'm working on game but don't know how to do online score, and I'm using GM2, and I know basic programing, Example - Type your name "mike" than submit your score online...
  8. B

    Legacy GM The score system in my flight game works... but not as intended.

    Hello. It's been a while. I'm trying to make something simple - an auto-scrolling flying game where you click to gradually ascend. I've implemented almost everything I wanted, except for the score system. 1 point is assigned each 6 frames, making up 10 points per second. Here's what I'm...
  9. L

    Score are reset to zero

    i am making game "Space Rocks" for tutorial on youtube on GML. And i have some problems with Score and Lives. I added Text Lives and Score, write a code, but when i destroy asteroid, score for few seconds 10 but then equals 0, like with Lives. What problem, i dont know, their the tutorial
  10. S

    Windows Online scoreboard

    Does anyone know of an online scoreboard system that supports multiple scoreboards for different levels for the one game? I have also been looking for one that also enables importing scores back into game maker.
  11. rogonow

    Health and score not updating [solved]

    I always had problems with the build in variables health and score. Now, I can finally show clearly why. See http://roelaro21.twentyone.axc.nl/press/gm/Spaceflight.zip GMS2 Why does the health stay the same when getting hit by the red bullet? Why does the score stays the same when hitting the...
  12. Architheutis

    [Solved] Some trouble with Highscore table (b4 xmas)

    Hi guys, I´ve got some trouble with my highscore table, before xmas. :rolleyes:o_O I programmed some objects and put them into different rooms in senseful order. programmed a name-entry screen for it, too. Everything works, but any time I finished the name entry in testing-mode, GMS2 says...
  13. H

    Move to different rooms depending on you score

    Hi I was just wondering if someone might be able to help. I'm wanting to have my player when they have 0 lives but say the score is over 1000 they go to a game complete room and if it's less than 1000 then they go to a game over room. Currently this is my code that I learnt from game maker...
  14. Architheutis

    ini-problems (no update and unpleasant list display)

    Hi programmers. I´ve got problems with ini-handling. I have a highscore table in my game. What I want: A saved highscore list on each unit - every time you restart the game, the ranking of the best players (TOP - 10) is reloaded. The list shows up to 10 names with the scores, vertically...
  15. Arlan64

    [RESOLVED] Keep a custom draw variable when we change room?

    Hello world, I created a new variable named "emeraldCount" but I want this variable not equals 0 when we change room... I want to keep the variable for all rooms, like the score variable for example if you want. I give you the codes: obj_drawScore >> Draw Event...
  16. M

    Legacy GM Showing Highscore in the HUD

    Do you know that some arcade games like Rastan Saga and The NewZealand Story show a the highscore in the HUD? Well, I want to do the same thing. How can I do this?
  17. White_tea

    Pass a score through Fb_dialog url?

    So, the new Facebook extension has stopped letting you add custom text to the description when letting users post to their wall, now you can only provide a link to a site. So can anyone think of a way to pass a score through a url address? For example...
  18. R

    Pretty Looking Score System

    Hi, in my game I have a number of ways to increase your score at the end of the level. You can increase it by defeating enemies, beating the level in a short time, and losing as little HP as possible. Now when you finish the level, you go to a loading screen for the next level, and in this...
  19. I

    alarm and score

    I'm working on a game for a schoolproject and I need to make an alarm. This alarm has to work in different rooms, but it has to be the same countdown alarm. When the alarm ends, the game needs to stop. The score has to be a global score which we can display in different rooms. After the game...
  20. P

    Portfolio - Audio Are you looking for music composition for your project?

    Kia ora all, I would like to offer my services as a musical composer for your next project! It's been a long time since I've been on the GMC forum and oh my me it's all changed! What I'm looking for? I am not looking for any one thing in particular, I am happy to help with anything from...
Top