animation program
animation program
API Declarations
' control needed
' timer control
' any other control that u want to animate
Rate animation program
(1(1 Vote))
timer1.interval=timer1.interval + 1000
*****************************************
uner timer control
' let use label control as an example
label1.left=label1.left + 1000
if label1.left > me.width then
label1.left=0
endif
animation program Comments
No comments yet — be the first to post one!
Post a Comment