Leave Of Absence

Discussion in 'Off Topic' started by timz2rules, Oct 19, 2002.

?

Which emotion are you going to show to Tim's leaving?

  1. Time to celebrate!

    2 vote(s)
    20.0%
  2. I know he left...so?

    0 vote(s)
    0.0%
  3. Whaaaa!!! (crying)

    8 vote(s)
    80.0%
  1. timz2rules

    timz2rules New Member

    Leave Of Absence

    read my post in the Tim!!! thread for that info...i want to make a poll just because i can...
     
  2. FaeLuna

    FaeLuna The One and Only

    Well, I voted on it. :D We'll miss you!!
     
  3. timz2rules

    timz2rules New Member

    see you guys soon...its not exactly permant...unless the more sleep is a good thing ;) i'll still post and read Josh...no worries :p
     
  4. FaeLuna

    FaeLuna The One and Only

    Glad you will still visit us when you have extra time then. :)
     
  5. timz2rules

    timz2rules New Member

    more on the weekends i'm thinking Fae...

    just for the heck of it...and i don't think i'll get in trouble for this...wanna see one of the games i've made (choice is 21 or a simple slot machine)
     
  6. FaeLuna

    FaeLuna The One and Only

    you've made some games?? Are they done using php?? I'm REALLY interested in learning php!! I'd love to see them, however you've made them! :)
     
  7. Helén

    Helén Posting Queen

    Tim! I'm gonna miss you big time!!! *has a little tear in her eye*

    *gives Tim a very big hug*
     
  8. timz2rules

    timz2rules New Member

    er...VB Fae...

    *gives nina a big hug and kisses her on the cheek* be happie!

    *hugs Fae*
     
  9. FaeLuna

    FaeLuna The One and Only

    *hugs tim back AND hugs Nina too!* hey, it was easy with everyone hugging! :) Where do I go to see your games tim?
     
  10. timz2rules

    timz2rules New Member

    First Game...
     

    Attached Files:

  11. timz2rules

    timz2rules New Member

    Second...will be sure to add more once i make them...btw VB means Visual Basic...i'm supposed to make something like a brainiac game soon...
     

    Attached Files:

  12. FaeLuna

    FaeLuna The One and Only

    whoo-hoo I got the first game!! Now I just have to go unzip it! :p It's taking me a while but I think I see how the attachments work here now... sort of...
     
  13. FaeLuna

    FaeLuna The One and Only

    How hard is Visual Basic?? My mother used to want to get her Masters in Computer Programming... but she got upset after she studied and went about 2 semesters, and then they said what she learned would NOT count toward being recognized as a qualified computer programmer!!! grrr!! :(
     
  14. timz2rules

    timz2rules New Member

    *sighs* i bairly have a B in my comp class...tell me what you think of that/those game/games if you download them and tell me if you find any glitches...
     
  15. timz2rules

    timz2rules New Member

    er...want to see some code for the 21 game Fae...?
     
  16. Helén

    Helén Posting Queen

    I have to wait to download until I get my own puter back.. soon :)
     
  17. timz2rules

    timz2rules New Member

    soon you can try nina :)
     
  18. FaeLuna

    FaeLuna The One and Only

    oh yes I would LOVE to see what the code looks like for the 21 game!! I just played both games!! :D :D I didn't find any glitches, I was wondering if it's possible to put graphics into games done like this.... (big graphics making freak here.. haha!)
     
  19. timz2rules

    timz2rules New Member

    alrighty...when the program Game 21 loads...this what i told it to do...

    Randomize
    IntNum1 = Int(10 * Rnd + 1)
    IntNum2 = Int(10 * Rnd + 1)
    lblHum1.Caption = IntNum1
    lblHum2.Caption = IntNum2
    IntComp1 = Int(10 * Rnd + 1)
    IntComp2 = Int(10 * Rnd + 1)
    IntComp3 = Int(10 * Rnd + 1)
    lblCom1.Caption = IntComp1
    lblCom2.Caption = IntComp2
    lblCom3.Caption = IntComp3
    lblCom1.Visible = False
    lblCom2.Visible = False
    lblCom3.Visible = False
    IntNum4 = IntNum1 + IntNum2 + IntNum3
    Intcomp4 = IntComp1 + IntComp2 + IntComp3
    IntMoney = 300
    lblMoney.Caption = IntMoney
    If Intcomp4 > 21 Then
    lblMoney.Caption = IntMoney
    IntMoney = IntMoney + 3
    lblCom1.Visible = True
    lblCom2.Visible = True
    lblCom3.Visible = True
    cmdDraw.Enabled = False
    MsgBox "Computer over 21, Player wins."
    lblDraw.Caption = ""
    cmdPlay.Enabled = True
    cmdCheck.Enabled = False
    End If

    sooo yeah...anymore code wanted...? (no using that code btw :p)
     
  20. timz2rules

    timz2rules New Member

    oh and i learn moveable graphics soon, i know how to add graphics...but it increases the size...
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice