Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for "i1" from _D1min to _D1max step 0.01 do{
  2. sleep 0.06;
  3. door1 attachTo [side1, [-i1, 0.4, 0] ];
  4. };
  5. for "i2" from _D2min to _D2max step 0.01 do{
  6. sleep 0.06;
  7. door attachTo [side1, [+i2, 0.4, 0] ];
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement