Results 1 to 9 of 9

Thread: S.O.S Game help

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Location
    bolton ontario
    Posts
    10

    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 ..

  2. #2
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    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.

  3. #3
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    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:
    1. 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.

  4. #4
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    pake?
    "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.

  5. #5
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755
    make
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Sorry and corrected..

  7. #7
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    Originally posted by NoteMe
    Sorry and corrected..
    ugh... check your correction, maybe?
    Don't pay attention to this signature, it's contradictory.

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    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...

  9. #9
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Posted by NoteMe
    PS: Lets run from this chit chat thread before Electroman is closing us down...
    hehe...I was just wondering wether I should say something about this (I thought your would have realised and stoped by yoursleves though ).

    Hey weres everyone ran off to .



    BTW Lydia what is SOS anyhow .
    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
  •  



Click Here to Expand Forum to Full Width