Advertisement
Guest User

Final code I swear to god

a guest
Jan 8th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (i=0;i<array_length_1d(objects_to_scroll);i++)
  2.     {
  3.     with objects_to_scroll[i]
  4.         {
  5.         x += spd_x;
  6.         y += spd_y;
  7.         }
  8.     }
  9. x += spd_x;
  10. y += spd_y;
  11. view_xview[0] = x;
  12. view_yview[0] = y;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement