| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 635 人关注过本帖
标题:移动的小球
只看楼主 加入收藏
冬冬123
Rank: 2
等 级:论坛游民
帖 子:80
专家分:67
注 册:2013-3-3
收藏
得分:0 
图片附件: 游客没有浏览图片的权限,请 登录注册

timer1代码(interval默认为0):
thisform.image1.top=thisform.image1.top+10
if thisform.image1.top>=thisform.height-thisform.image1.height
   thisform.image1.top=thisform.height-thisform.image1.height
   thisform.timer1.Interval=0
   thisform.timer2.Interval=100
endif
timer2代码(interval默认为0):
thisform.image1.top=thisform.image1.top-10
IF thisform.image1.Top<=0
thisform.image1.top=0
thisform.timer2.interval=0
thisform.timer1.interval=100
endif
开始 按钮代码:
thisform.timer1.Interval =100

天下寒士俱欢言!!!
2013-11-19 23:11
快速回复:移动的小球
数据加载中...
 
   



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

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