vb小游戏制作.docVIP

  • 33
  • 0
  • 约5.02千字
  • 约 9页
  • 2016-12-21 发布于贵州
  • 举报
Vb制作小游戏 一、射击游戏 Option Explicit Dim RandX As Single Dim RandY As Single Dim Score As Single Dim Thisscore As Single Dim Average As Single Dim Shot As Integer Dim Appear As Boolean Dim Distance As Single Private Sub Command1_Click() Timer1.Enabled = True Command3.Enabled = True If Command1.Enabled = True Then Command3.Caption = 暂停 End If Command4.Enabled = True End Sub Private Sub Command2_Click() If Command4.Enabled = True Then MsgBox 请先结束游戏, 48, 警告 Else End End If End Sub Private Sub Command3_Click() Command1.Enabled = False Command3.Caption = 继续 Timer1.Enabled = No

文档评论(0)

1亿VIP精品文档

相关文档