SCore count

GnomerGnomer Member Posts: 292
edited November -1 in Working with GS (Mac)
Hi guys,

I was looking around and i couldn't find a tutorial on youtube or anything so i thought i would ask you.

(If you know a tutorial please send me the link)

How do i make it so that when something happens (for example you kill something) a number at the bottom of the screen increases by a certain amount and also if possible how to customise the font?

Thanks guys and i hope i explained it ok :s

Gnomer.

Comments

  • JamieOneilJamieOneil Member Posts: 877
    For the custom font, just go onto Gamesalad, go to the 'New' section and then search for custom font.

    For the score, in the rule that destroy's the enemy or takes health off the enemy, change attribute game.score to game.score+(the amount of score you want)

    Make the game.score attribute an integer.
    In the actor that displays the score, put a 'Display text' in it and then click the 'e' and find game.score.

    Hope i explained well enough :)

    JamieOneil
  • outasiteoutasite Member Posts: 417
    Videos from the Gamesalad Cookbook
    Scorekeeping Part 1-3

    Video 1


    Video 2


    Video 3


    Good Luck!
  • GnomerGnomer Member Posts: 292
    Thanks guys :) :)
Sign In or Register to comment.