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?
Posted: 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.
Posted: Sun Jan 30, 2005 4:50 pm
by the one
i know a tried those tutorials but they did not help
Posted: 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.