Animation w/o moving pixels
Ok, I'm writing a small graphical program/small game that simulates a climber climbing a boulder. I want it to go through several images almost like an animated gif, by having them run through like
img1.Visible = True
img1.Visible = False
img2.VIsible = True
img2.Visible = False
...and so on
is there a way to do this that I'm just not getting? (mind you I've been coding in vb for a little over a week heh.)Is there a way to set up timers for this to still have a smooth animation? any help is appreciated :D
:confused:
-rokclymbr