Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private void timer1_Tick(object sender, EventArgs e)
  2. {
  3. pictureBox1.Location = new Point(pictureBox1.Location.X - 1, pictureBox1.Location.Y);
  4.  
  5. //if (pictureBox1.Location.X == -713)
  6. //{
  7. // pictureBox1.Location = new Point(713, pictureBox1.Location.Y);
  8. //}
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement