PDA

View Full Version : [AS2] Scoring System For Game


sendi11
07-08-2009, 07:05 AM
Hi people,

I have created a very simple game but i have problems putting a scoring system in it. I would like for the score to go up for every second you are alive. Could someone give me some "idiot proof" instructions on how to make this. I could not attach me game here so i uploaded it on rapidshare if anyone wants to look at it and help me.

Link: http://rapidshare.com/files/253288684/done_fla.zip.html (CS3 and CS4 files are attached)

Thanks

dialectric
07-09-2009, 07:49 PM
Hi,

A common way to have an incrementing score is to use SetInterval, as described in this thread: http://www.actionscript.org/forums/showthread.php3?t=109148

- dialectric

sendi11
07-09-2009, 10:53 PM
thanks man

i looked at the thread and it should help me

I should have searched the forum first sorry about that