Media Summary: If you need help, feel free to leave a comment. But I almost completely forget How to move any object by keys in visual basic 10 Code: If KeyCode = 40 Then Shape1.top = Shape1.top + 360 If KeyCode = 38 then Shape1.top = Shape1.top - 360 If Keycode ...
Visual Basic 6 0 Moving An Object On Screen Using Keys - Detailed Analysis & Overview
If you need help, feel free to leave a comment. But I almost completely forget How to move any object by keys in visual basic 10 Code: If KeyCode = 40 Then Shape1.top = Shape1.top + 360 If KeyCode = 38 then Shape1.top = Shape1.top - 360 If Keycode ... Normally it would be a lot smoother, without the lag, but whenever I am recording my computer slows down a lot. It should not ... In this tutorial I show you how to make an Codes: Select Case KeyCode Case vbKeyW Shape1.Top = Shape1.Top - 30 Case vbKeyA Shape1.Left = Shape1.Left - 30 Case ...