G
Guest
I could use some assistance in code writing, as I am trying to create a simple colored picturebox that moves back and forth, repetetively, (left to right and back again, etc.). Below is one of the closest I have come up with thus far
If P1.Left < 900 The
P1.Left = P1.Left +
End I
If P1.Left >= 900 The
P1.Left = P1.Left -
End I
If P1.Left < 900 The
P1.Left = P1.Left +
End I
If P1.Left >= 900 The
P1.Left = P1.Left -
End I