Guest User

Untitled

a guest
Oct 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if(key[KEY_W] && image1_y_position>=390) // Resmin sag uzunlugunu cıkar. 93x87 pixel
  2. { while(image1_y_position>=390)
  3. {
  4. image1_y_position -=1; // Move image 1 right.
  5. }
  6. while(image1_y_position<=435)
  7. {
  8. image1_y_position +=1; // Move image 1 right.
  9. }
  10. }
Add Comment
Please, Sign In to add comment