Simple game i just put together

Talk about making games.

Simple game i just put together

Postby The achievement » Sun Mar 26, 2006 1:37 am

Anybody want to try this lame game that i just threw together?

If you do, how do i get it in here?
User avatar
The achievement
 
Posts: 220
Joined: Sun Feb 12, 2006 11:01 pm
Location: United States,Massachusetts
Score: 0 Give a positive score

Postby Game A Gogo » Sun Mar 26, 2006 4:30 pm

try finding a site that you can store stuff.

i would like to try.
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

counting up score...

Postby Game A Gogo » Sun Mar 26, 2006 4:42 pm

In some games, there is the a score after you finished the game, and that score just keep increasing up until the score is shown. ive figure out how to do that!

here it is:

1.Create a variable named score_Count.
2.Create an actor named score.
3.on draw actor of actor score
script
Code: Select all
score_Count=textNumber;

4.Create an actor named Finish_Score.
5.on draw actor of actor Finish_Score script:
Code: Select all
textNumber=textNumber+1;
if(textNumber>score_Count)
{
textNumber=scoreCount;
}


That should do it. if there is some error, im sorry, i cant help you.
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest