
-----------------------------------
upthescale
Wed May 10, 2006 6:10 pm

Best Score
-----------------------------------
I am making a new helicopter game...almost dont just finishing up the 'Best Score' which is why i need help...now if i think about this i can do it but i need a little help....i have a score varialbe and as the helicopter is moving dodging the blocks and what not, my score is going up, now i want a best score, do i need to make two variavles

score:int
bestscore:int


or can i use the same variable i am already using...which is score?

thanks

-----------------------------------
upthescale
Wed May 10, 2006 6:13 pm


-----------------------------------
sorry won't let me edit, i qwas also wondering... i no i ahve to compile turing and make it an exe if i wanna send it to my frends...but my frend wants to put my game on his sight.....how can isend him the exe? over msn it says it isn't safe!

-----------------------------------
do_pete
Wed May 10, 2006 6:20 pm


-----------------------------------
Just go:if score > bestscore then
     bestscore := score
end if and there is an extensive tutorial on making exes in [Turing Tutorials]

-----------------------------------
upthescale
Wed May 10, 2006 6:29 pm


-----------------------------------
do-pete, u are my hero thanks bro

-----------------------------------
Cervantes
Wed May 10, 2006 6:33 pm


-----------------------------------
sorry won't let me edit, i qwas also wondering... i no i ahve to compile turing and make it an exe if i wanna send it to my frends...but my frend wants to put my game on his sight.....how can isend him the exe? over msn it says it isn't safe!

Email it? Put it on a flash drive? Put it on some of your own webspace? Archive it and send it over MSN? Manually change the file extension and send it over MSN? DCC?

In this day and age, the options to communicate and send data are almost uncountable.
