Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ///Step Event
  2. a = instance_create(random(800),0,objXXX);
  3. a.direction = 225;
  4. a.speed = 2;
  5. a = instance_create(800,random(608),objXXX);
  6. a.direction = 225;
  7. a.speed = 2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement