Visual Basic programming lesson 4 – Boolean variables & timer object

In this lesson you learn to make an object move on the screen using the timer object (timer ticks every 10ms and if the boolean variable is true, the object will be moved to the right by one pixel).