vb大神救命啊,要用VB做弹球游戏!!球死都不会动啊

Dimx_stepAsIntegerDimy_stepAsIntegerDimgametimeAsIntegerPrivateSubCommand1_Click()IfC... Dim x_step As IntegerDim y_step As IntegerDim gametime As IntegerPrivate Sub Command1_Click()If Command1.Caption = "开始" ThenTimer1.Enabled = TrueTimer2.Enabled = TrueCommand1.Caption = "暂停"Exit SubEnd IfIf Command1.Caption = "暂停" ThenTimer1.Enabled = FalseTimer2.Enabled = FalseCommand1.Caption = "开始"End If
End Sub
Private Sub Command2_Click()EndEnd Sub
Private Sub Form_Load()x_step = 200y_step = 200End SubPrivate Sub PicGameWindow_KeyDown(KeyCode As Integer, Shift As Integer)If KeyCode = 37 ThenIf Plate.X1 < 0 ThenPlate.X1 = 0: Plate.X2 = 2000ElsePlate.X1 = Plate.X1 - 100: Plate.X2 = Plate.X2 - 100End IfEnd If
If KeyCode = 39 ThenIf Plate.X1 > PicGameWindow.Width ThenPlate.X1 = PicGameWindow.Width - 2000: Plate.X2 = PicGameWindow.WidthElsePlate.X1 = Plate.X1 + 100: Plate.X2 = Plate.X2 + 100End IfEnd If
End Sub
Private Sub Timer1_Timer()If Ball.Top < 0 ThenBall.Top = 0: y_step = -y_stepEnd If
If Ball.Left < 0 ThenBall.Left = 0: x_step = -x_stepEnd If
If Ball.Left > PicGameWindow.Width - Ball.Width ThenBall.Left = PicGameWindow.Width - Ball.Widthx_step = -x_stepEnd If
If Ball.Left >= Plate.X1 And Ball.Left <= Plate.X2 And Ball.Top >= Plate.Y1 - Ball.Height ThenBall.Top = Plate.Y1 - Ball.Heighty_step = -y_step * 1.01x_step = -x_step * 1.01Label1.Caption = Label1.Caption + 1End If
Ball.Top = Ball.Top + y_stepBall.Left = Ball.Left + x_stepIf Ball.Top >= PicGameWindow.Height - Ball.Height ThenMsgBox "游戏结束"Command1.Caption = "开始"Timer1.Enabled = FalseBall.Top = 1000Label1.Caption = 0End If
End Sub
Private Sub Timer2_Timer()gametime = gametime + 1Label3.Caption = Str(gametime) + "秒"End Sub
Private Sub Timer3_Timer()Label5.Caption = TimeEnd Sub
label1是得分的空白部分,label3是开始时间的空白部分,label5是当前时间的空白部分
球不会动,时间不会显示,得分不会显示,就那个板会动,还会动的超出游戏界面,这个代码和百度出来的一样啊!!到底是哪里问题!!是有什么空间的属性要改么!!还是我属性设置错了!!!求助啊!!!
展开
 我来答
网海1书生
科技发烧友

2014-05-12 · 擅长软件设计、WEB应用开发、小程序
网海1书生
采纳数:12311 获赞数:26228

向TA提问 私信TA
展开全部
你三个Timer的Interval属性没有设置,其中Timer1是用来控制小球的移动速度的,Interval属性建议在20到100(单位毫秒)间调整;Timer2是显示游戏时间的,Interval设为1000(即1秒);Timer3是显示当前时间的,Interval也是1000
追问
x_step和y_step是什么意思呢。我好多是百度的都看不懂
追答
x_step是小球每次移动时向左右移动的距离(单位是缇),如果它是正数,则向右移动,如果是负数,则向左移动;
同理,y_step是小球每次移动时向上下移动的距离,如果它是正数,则向下移动,如果是负数,则向上移动;
x_step与y_step结合,则可控制小球向左上、左下、右上、右下进行斜向运动了。
ljl88900
2014-05-11 · TA获得超过2661个赞
知道大有可为答主
回答量:2197
采纳率:100%
帮助的人:2626万
展开全部

程序已改好,请下载源代码。

追问
下不了耶。。
追答
我试过了,可以啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
szqaly
2014-05-11 · TA获得超过1745个赞
知道大有可为答主
回答量:2107
采纳率:77%
帮助的人:1526万
展开全部
会,时钟没有设置Interval属性吧。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
15大石桥
2014-05-11
知道答主
回答量:2
采纳率:0%
帮助的人:2712
展开全部
爱的爱的啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
WANG呃呃
2018-06-28
知道答主
回答量:1
采纳率:0%
帮助的人:852
展开全部
,...fugj
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式