|
-
May 26th, 2004, 10:48 AM
#1
Thread Starter
New Member
S.O.S Game help
i dont understand how to keep score when the player gets "SOS".. this is like a tic tac toe game ..
-
May 26th, 2004, 10:55 AM
#2
Fanatic Member
Maybe I could help. Could you explain "SOS" a bit more? What score are you referring to?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
May 26th, 2004, 11:13 AM
#3
I have no idea what you mean by the SOS either. But if a player gets it, then update a variable that is called something like score:
VB Code:
score = score + 1 'Or something else then 1
If you declar the variable score in the top of the game code, you will make it global for all the events, and functions, so you can update it where ever you want.
ØØ
Last edited by NoteMe; May 26th, 2004 at 04:04 PM.
-
May 26th, 2004, 12:05 PM
#4
Fanatic Member
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
May 26th, 2004, 12:34 PM
#5
Frenzied Member
-
May 26th, 2004, 01:22 PM
#6
Sorry and corrected..
-
May 26th, 2004, 03:46 PM
#7
Fanatic Member
Originally posted by NoteMe
Sorry and corrected..
ugh... check your correction, maybe?
Don't pay attention to this signature, it's contradictory.
-
May 26th, 2004, 04:05 PM
#8
Originally posted by alkatran
ugh... check your correction, maybe?
Hehe..thats how I write when my GF is screaming over my sholder... :
PS: Lets run from this chit chat thread before Electroman is closing us down...
-
May 26th, 2004, 04:10 PM
#9
Ex-Super Mod'rater
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|