Advertisement
Dettolsoap

MV TAG, Make a ground move continuously.

Jun 19th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <JP M2="a" AXIS="1,0" M1="b" MV="Infinity,-0.4" />
  2.  
  3.  
  4. M2: The z of the ground that will be moving
  5.  
  6.  
  7. AXIS="1,0": AXIS="1,0" Is The x Axis, AXIS="0,1" Is the Y axis
  8.  
  9. To make it move left It should be
  10.  
  11. <JP M2="a" AXIS="1,0" M1="b" MV="Infinity,-0.4" />
  12.  
  13. And to make it go right
  14.  
  15. <JP M2="a" AXIS="-1,0" M1="b" MV="Infinity,-0.4" />
  16.  
  17. To make it go up it needs to be:
  18.  
  19. <JP M2="a" AXIS="0,1" M1="b" MV="Infinity,-0.4" />
  20.  
  21. And to go down:
  22.  
  23. <JP M2="a" AXIS="0,-1" M1="b" MV="Infinity,-0.4" />\
  24.  
  25.  
  26. And this is: " MV="Power,-0.4"
  27. ^ Speed, 1 Is faster then 4 but the higher the faster
  28.  
  29.  
  30. To make it not phase through grounds , make M1= the z of a negative grounds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement