JJXB

for instances

May 6th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for (x=0; x<144; x+=16){
  2. for (y=16;y<160;y+=16){
  3. //revealing all at once
  4. instance_create(x,y,obj_num_disp)
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment