标题:帮忙找下错
取消只看楼主
go9787
Rank: 1
等 级:新手上路
帖 子:31
专家分:0
注 册:2007-3-9
 问题点数:0 回复次数:1 
帮忙找下错
dim s as integer
private sub form_load()
s=1
end sub
private sub timer1_timer()
select case s
case 1
shape1.move shape1.left-20,shape1.top-20
if shape1.left<=0then
s=2
else
s=3
end if
case 2
shape1.move shape1.left+20,shape1.top-20
if shape1.top<=0
s=3
else: s=4
end if
case 3
shape1.move shape1.left+20,shape1.top+20
if shape1.left+shape1.width>=form1.width then
s=4
else
s=1
end if
case 4
shape1.move shape1.left-20,shape1.top+20
if shape1.left<=0
s=2
else
s=1
end if
end select
end sub
谁可以告诉为在最下端的时候运动有问题
搜索更多相关主题的帖子: private 
2007-03-30 11:37
go9787
Rank: 1
等 级:新手上路
帖 子:31
专家分:0
注 册:2007-3-9
得分:0 
我在宿舍运行过,在最下端的时候,它不是靠边就上弹

2007-03-30 11:41



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-128036-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.006394 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved