Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if spin = 1 {
  2. if !key_left && !key_right || key_left && key_right {
  3. if Direction = -1 {
  4. x -= 1.75
  5. } else if Direction = 1 {
  6. x += 1.75
  7. }
  8. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement