Page 1 of 1

score

PostPosted: Sun Jan 30, 2005 2:14 am
by the one
i need help getting a score to work
its a space fighter game and i need the score to go up
when i destroy them
:? help?

PostPosted: Sun Jan 30, 2005 3:27 am
by Just4Fun
Hi the:

Go to the GE Help menu. Select Game Stuff--> Score setup and watch the tutorial. After you are done with it, you might also want to look at Put a Score in Game and/or Making a High Score.

There are many excellent tutorials included in GE's Help menu. They are a good place to start to gain an understanding of how GE works.

HTHs and welcome to the forum. :)

PostPosted: Sun Jan 30, 2005 4:50 pm
by the one
i know a tried those tutorials but they did not help

PostPosted: Sun Jan 30, 2005 6:29 pm
by micro
add a "destroy actor event" on the object that is getting destroyed
"Script editor"
and type this:
score*.textNumber = score*.textNumber + 20*;

*score= if ur score actor is named "score" you type score.
*20 points will be added on the score actor.

dont use the * signs

PostPosted: Sun Jan 30, 2005 8:22 pm
by the one
thx micro that worked :D

PostPosted: Mon Jan 31, 2005 3:57 pm
by micro
no problemo dude :D

PostPosted: Mon Jun 12, 2006 12:37 am
by Zehper48
i was looking at this thead and thanks alot!!!!!! :lol:

PostPosted: Sat Jan 20, 2007 1:28 am
by UltimatHedgehog
yes finaly it worked tnx :D