Public Class Form1
Dim rWin = 0
Dim gWin = 0
Dim bWin = 0
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Randomize()
Timer1.Interval = 100
Label1.Text = ""
Label2.Text = ""
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
rCar.Left = rCar.Left + Int(Rnd() * 30)
If rCar.Left >= 600 Then
Label1.Text = "紅隊贏!"
rWin = rWin + 1
Label2.Text = "成績統計:紅->" & rWin & " 綠->" & gWin & " 藍->" & bWin
Timer1.Enabled = False
End If
gCar.Left = gCar.Left + Int(Rnd() * 30)
If gCar.Left >= 600 Then
Label1.Text = "綠隊贏!"
gWin = gWin + 1
Label2.Text = "成績統計:紅->" & rWin & " 綠->" & gWin & " 藍->" & bWin
Timer1.Enabled = False
End If
bCar.Left = bCar.Left + Int(Rnd() * 30)
If bCar.Left >= 600 Then
Label1.Text = "藍隊贏!"
bWin = bWin + 1
Label2.Text = "成績統計:紅->" & rWin & " 綠->" & gWin & " 藍->" & bWin
Timer1.Enabled = False
End If
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
rCar.Left = 32
gCar.Left = 32
bCar.Left = 32
Timer1.Enabled = True
End Sub
End Class
標籤雲
visual basic 2008
(157)
訊息分享
(111)
Visual Studio 2008
(64)
wpf
(37)
每日一句
(35)
cpp
(30)
python
(26)
Silverlight
(22)
C++
(18)
Network Security
(15)
全國技藝競竇
(14)
好文分享
(11)
.Net
(10)
Blogger
(10)
名詞解釋
(10)
研討會
(10)
Excel
(9)
書籍介紹
(9)
每日一小品
(9)
電腦黑白講
(8)
Visual Studio 201X
(7)
分享
(7)
網頁設計
(7)
CSS
(5)
Algorithm
(4)
Network
(3)
PHP
(3)
Access
(2)
SA
(2)
VB.Net
(2)
VBA
(2)
WireShark
(2)
Word
(2)
php html
(2)
其他好東東
(2)
分類整理
(2)
Asp.Net
(1)
Batch
(1)
Blockly
(1)
IT News
(1)
OpenAI
(1)
SE
(1)
W7
(1)
Writer
(1)
app inv2
(1)
dfs
(1)
vex vr sample
(1)
影像處理練習
(1)
黑白講
(1)
2008年11月25日 星期二
賽車
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言