初学者提问
我编了一段让文字循环移动的程序,但是不会循环。这段程序我是这样写的
我放置了一个计时器的控件TIMER1 "TIMER"(enabled: T,INTERVAL:220)
if thisform.label1.left<1
thisform.label1.left=thisform.width-10
else
thisform.label1.left=thisform.left-2
endif
请问是哪里的问题
我编了一段让文字循环移动的程序,但是不会循环。这段程序我是这样写的
我放置了一个计时器的控件TIMER1 "TIMER"(enabled: T,INTERVAL:220)
if thisform.label1.left<1
thisform.label1.left=thisform.width-10
else
thisform.label1.left=thisform.left-2
endif
请问是哪里的问题