« July 2026 »
SMTWTFS
1234
567891011
12131415161718
19202122232425
262728293031
yUkyiNG417
¼ÊºÙ¡G yUkyiNG
©Ê§O¡G ¤k
°ê®a¡G ­»´ä
¦a°Ï¡G ¤¸®Ô°Ï
¨C¤ë¤å³¹
¤é»x²Î­p
¤å³¹Á`¼Æ¡G 356
¯d¨¥Á`¼Æ¡G 65
¤µ¤é¤H®ð¡G 36
²Ö¿n¤H®ð¡G 10130
¯¸¤º·j´M
RSS ­q¾\
RSS Feed
2007 ¦~ 5 ¤ë 4 ¤é  ¬P´Á¤­   ´¸¤Ñ


5¤ë4¤é ¤ÀÃþ: ¥¼¤ÀÃþ

©ñ¦í¥ý....µ¥§Ú²`«ä¤U

Private Sub Cmdreset_Click()
PicZero.Visible = False
PicFive.Visible = False
PicTen.Visible = False
PicZeroi.Visible = False
PicFivei.Visible = False
PicTeni.Visible = False
Label3.Caption = "Start"
Label3.ForeColor = &H800080
Yourc.Caption = "Your choice"
Yourc.ForeColor = &H0&
movingMC.Visible = False
tear.Visible = False
MCsleep.Visible = True
End Sub

Private Sub CmdZero_Click()
PicZero.Visible = True
PicFive.Visible = False
PicTen.Visible = False
End Sub
Private Sub CmdFive_Click()
PicZero.Visible = False
PicFive.Visible = True
PicTen.Visible = False
End Sub
Private Sub CmdTen_Click()
PicZero.Visible = False
PicFive.Visible = False
PicTen.Visible = True
End Sub

Private Sub No0_Click()
Yourc.Caption = "Your choice 0"
Yourc.ForeColor = &HC0C0FF
MCsleep.Visible = False

If Label3.Caption = "You Win!" Then
Yourc.ForeColor = &HFF&
movingMC.Visible = True
Else
movingMC.Visible = False
End If

If Label3.Caption = "You Loss!" Then
tear.Visible = True
                    Label3.ForeColor = &HFFFF00
Else
tear.Visible = False
End If

Randomize
choice = Int(3 * Rnd + 1)

If choice = 1 Then
PicZeroi.Visible = True
PicFivei.Visible = False
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Win!"
   End If
      If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If

If choice = 2 Then
PicZeroi.Visible = False
PicFivei.Visible = True
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
             If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If

If choice = 3 Then
PicZeroi.Visible = False
PicFivei.Visible = False
PicTeni.Visible = True
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If

End Sub

Private Sub No10_Click()
Yourc.Caption = "Your choice 10"
Yourc.ForeColor = &HC0FFC0
MCsleep.Visible = False

If Label3.Caption = "You Win!" Then
movingMC.Visible = True
       Label3.ForeColor = &HFF&
Else
movingMC.Visible = False
End If

If Label3.Caption = "You Loss!" Then
tear.Visible = True
                    Label3.ForeColor = &HFFFF00
Else
tear.Visible = False
End If

Randomize
choice = Int(3 * Rnd + 1)

If choice = 1 Then
PicZeroi.Visible = True
PicFivei.Visible = False
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
      If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Win!"
          End If
End If

If choice = 2 Then
PicZeroi.Visible = False
PicFivei.Visible = True
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Win!"
      End If
             If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If

If choice = 3 Then
PicZeroi.Visible = False
PicFivei.Visible = False
PicTeni.Visible = True
   If PicZero.Visible = True Then
    Label3.Caption = "You Win!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If
End Sub

Private Sub No15_Click()
Yourc.Caption = "Your choice 15"
Yourc.ForeColor = &HFFC0C0
MCsleep.Visible = False

If Label3.Caption = "You Win!" Then
movingMC.Visible = True
Label3.ForeColor = &HFF&
Else
movingMC.Visible = False
End If

If Label3.Caption = "You Loss!" Then
tear.Visible = True
Label3.ForeColor = &HFFFF00
Else
tear.Visible = False
End If

Randomize
choice = Int(3 * Rnd + 1)

If choice = 1 Then
PicZeroi.Visible = True
PicFivei.Visible = False
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
      If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If

If choice = 2 Then
PicZeroi.Visible = False
PicFivei.Visible = True
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
             If PicTen.Visible = True Then
                 Label3.Caption = "You Win!"
          End If
End If

If choice = 3 Then
PicZeroi.Visible = False
PicFivei.Visible = False
PicTeni.Visible = True
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Win!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If
End Sub

Private Sub No20_Click()
Yourc.Caption = "Your choice 20"
Yourc.ForeColor = &HFF00FF
MCsleep.Visible = False

If Label3.Caption = "You Win!" Then
movingMC.Visible = True
Label3.ForeColor = &HFF&
Else
movingMC.Visible = False
End If

If Label3.Caption = "You Loss!" Then
tear.Visible = True
Label3.ForeColor = &HFFFF00
Else
tear.Visible = False
End If

Randomize
choice = Int(3 * Rnd + 1)

If choice = 1 Then
PicZeroi.Visible = True
PicFivei.Visible = False
PicTeni.Visible = False
  If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
      If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
                    If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
          End If

If choice = 2 Then
PicZeroi.Visible = False
PicFivei.Visible = True
PicTeni.Visible = False
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
End If

If choice = 3 Then
PicZeroi.Visible = False
PicFivei.Visible = False
PicTeni.Visible = True
   If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Win!"
          End If
End If
End If
End Sub

Private Sub No5_Click()
Yourc.Caption = "Your choice 5"
Yourc.ForeColor = &H80FFFF
MCsleep.Visible = False
If Label3.Caption = "You Win!" Then
movingMC.Visible = True
       Label3.ForeColor = &HFF&
Else
movingMC.Visible = False
End If

If Label3.Caption = "You Loss!" Then
tear.Visible = True
                    Label3.ForeColor = &HFFFF00
Else
tear.Visible = False
End If

Randomize
choice = Int(3 * Rnd + 1)

  If choice = 1 Then
PicZeroi.Visible = True
PicFivei.Visible = False
PicTeni.Visible = False
    If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
   End If
         If PicFive.Visible = True Then
       Label3.Caption = "You Win!"
      End If
                If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
    End If
    If choice = 2 Then
PicZeroi.Visible = False
PicFivei.Visible = True
PicTeni.Visible = False
    If PicZero.Visible = True Then
    Label3.Caption = "You Win!"
   End If
       If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
      If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
    End If
    If choice = 3 Then
PicZeroi.Visible = False
PicFivei.Visible = False
PicTeni.Visible = True
    If PicZero.Visible = True Then
    Label3.Caption = "You Loss!"
    End If
           If PicFive.Visible = True Then
       Label3.Caption = "You Loss!"
      End If
                 If PicTen.Visible = True Then
                 Label3.Caption = "You Loss!"
          End If
      End If
   
   
End Sub

 

 

 
µoªí®É¶¡¡G2007-05-04 06:40 PM  [ ³X«È¯d¨¥(0) ] [ ½s¿è¤é»x ] [ ¤À¨É¦ÜFACEBOOK ]
2007 ¦~ 5 ¤ë 2 ¤é  ¬P´Á¤T   ´¸¤Ñ


5¤ë2¤é ¤ÀÃþ: ¥¼¤ÀÃþ

¤µ¤é¯u«Y¦n·Q¼g¤X~......
«Î¥ø­Ó«×...¤Q®y¦³¤H¸õ¼Ó¤X..~¦n¦ü«Y²Ä¤@¦¸Å¥¨ì©Od ³¥~@@""
ÂI¸Ñ­øµ¥®I§Ú¤@°_¸õwo~=3=
§Ú¥ò¨£¨ì¤Q®y¼Ó¤U¦³­Ó²Ó¸ô«Y«×¥s"¥O¥J,,§Öd ¸õ¸¨¾¤°Õ".....kai ge...
¤Wcit ­Ó®É,,,·í§Ú©¥©¥°µ§¹ge ®É­Ô.........Ê\...¦¨­ÓÅÜ¥ª°µ¥Õ¦â¤X...
save ³£¥¼save ga....oh~
¥ò¦³©O..§Ú°¦mero ......

(¾\Ū¥þ¤å)

 
µoªí®É¶¡¡G2007-05-02 11:44 PM  [ ³X«È¯d¨¥(0) ] [ ½s¿è¤é»x ] [ ¤À¨É¦ÜFACEBOOK ]