Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (i=0;i<array_length_1d(objects_to_scroll);i++)
- {
- with objects_to_scroll[i]
- {
- x += spd_x;
- y += spd_y;
- }
- }
- x += spd_x;
- y += spd_y;
- view_xview[0] = x;
- view_yview[0] = y;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement