标题:移动的小球
只看楼主
冬冬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



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




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

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