Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rotation = 0;
  2.  
  3. if (rotation == 3)
  4. {
  5. for (i=3; i>0; i--)
  6. {
  7. image_angle -=1;
  8. rotation -= 1;
  9. }
  10. }else if (rotation == 0)
  11. {
  12. for (i=0; i<3; i++)
  13. {
  14. image_angle +=1;
  15. rotation += 1;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement