answersLogoWhite

0

How do you enable score on your game maker game?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

use:

score += 5;

etc.

and

draw_text(x,y,'Score: ' + string(score));

If using noob mode(action blocks) use "set the score" with relative. Also use "draw the score" or "set the window mode".

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you enable score on your game maker game?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In Game Maker 7 how do you reset the score in a platform game?

You have to choose 'set score', and enter 0 in the box.


In Game Maker 7 how do you halve the score?

Go to the score tab and drag the "Set Score" action into the action box. Then type "score/2" without the quotes. Alternatively, you can use the code: score/=2; This works because the score is stored in a variable called score, and you are telling Game Maker to divide this variable by two.


How can you do for losing points in the score of game maker?

As you increase score by adding 1 relative to your previous score, you subtract score by adding -1 relative to your previous score.


What is the code on game maker 8 to set score to 0 if hit by something?

score = 0; Put the code in a collision event.


How do you reset score to zero in game maker 8?

Get a Set Variable Action and in the first field type score and the second type 0. Easy


How do you draw score or coins on game maker 8 pro?

draw_text(0,0,score); For coins, you'll need to make a variable that stores how many to draw.


In Game Maker 7 how do you make the score not reset at the beginning of each level?

Stop setting score. Set the score on the first level's room creation code. Set it to a global. variable as well.


Who is the game maker?

Sorry, But this area is for game maker questions only, GAME MAKER, As in the PROGRAM GAME MAKER, Not Other Game Makers, Game maker is owned by yoyo games, So please dont post questions about other game makers here, but, to answer your question, game maker is the best game maker, just search yoyogames game maker in Google UK.


Can you transfer a game from game maker to game maker studio?

yes


What is game maker 7 pro activation code?

The Game Maker 7 Pro activation code allows you to upgrade from Game Maker 7 Lite to Game Maker 7 Pro.


Can you get Game Maker without downloading?

If your talking about the game maker at "yoyogames.com", then no.


What is a good video game maker for a beginner?

Game maker from yoyogames.