Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //Obj_Wall Create Event
  2. Spr_Left = Spr_Wall_Left;
  3. Spr_Right = Spr_Wall_Right;
  4. Spr_Center = Spr_Wall_Center;
  5. Spr_Full = Spr_Wall_Full;
  6. //Step Event
  7. //Change the sprite_index sprites for the variables
  8.  
  9. //Obj_Wall_Slower Create Event
  10. //Use the variables with their sprites
  11. Spr_Left = Spr_Wall_Slower_Left;
  12. Spr_Right = Spr_Wall_Slower_Right;
  13. Spr_Center = Spr_Wall_Slower_Center;
  14. Spr_Full = Spr_Wall_Slower_Full;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement