Animate A set of pictures
Animate A set of pictures
Rate Animate A set of pictures
(2(2 Vote))
private sub timer1()
static i as integer
i=i+1
if i = 'number of pictures goes here' then i = 0
image1.picture = image2(i).picture
end sub
Animate A set of pictures Comments
No comments yet — be the first to post one!
Post a Comment