Advertisement
Dettolsoap

Transformice - Flying c grounds and elevator

Jun 8th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. C-Anchor Glitching to Create Movement:
  2.  
  3. When you connect 3 dynamic, fixed rotation grounds with a yellow anchor you will notice that the grounds will glide and fly.
  4.  
  5. This code basically shows you a simple example of what happens, it's a strange glitch that's hard to put into words as it doesn't make complete sense. This can be used in maps for gameplay as well as mechanisms.
  6. <C><P /><Z><S><S Y="269" T="0" P="1,999999,0.3,0.2,0,1,9999,0" L="140" X="400" H="30" N="" /><S Y="270" T="0" P="1,0,0.3,0.2,0,1,,0" L="22" X="400" H="22" /><S Y="271" T="0" P="1,0,0.3,0.2,0,1,,0" L="22" H="22" X="400" /></S><D><DS Y="235" X="407" /></D><O><O Y="270" P="0" X="400" C="22" /></O></Z></C>
  7. This code includes a version that is rotated 90 degrees, it initially loads by going left but when it is touched it will go whichever direction it is touched (just move the mouse spawn to the right of it to see).
  8. <C><P /><Z><S><S Y="270" T="0" P="1,999999,0.3,0.2,0,1,9999,0" L="32" X="400" H="130" N="" /><S Y="270" T="0" P="1,0,0.3,0.2,0,1,,0" L="22" X="400" H="22" /><S Y="270" T="0" P="1,0,0.3,0.2,0,1,,0" L="22" H="22" X="400" /><S Y="348" T="0" P="0,0,0.1,0.2,0,0,0,0" L="700" X="401" H="26" /></S><D><DS Y="316" X="535" /></D><O><O Y="270" P="0" X="400" C="22" /></O></Z></C>
  9.  
  10. Leetmoon's C-Anchor Elevator Glitch:
  11.  
  12. This neat glitch has a elevating platform that only uses 1 anchor. It starts automatically and begins to swiftly move up and down, in the code provided you can see it lifting a ground.
  13. <C><P /><Z><S><S Y="408" T="0" P="0,0,0.3,0.2,0,0,0,0" L="140" H="64" X="400" /><S Y="184" T="8" P="0,0,0,0.2,0,0,0,0" L="14" H="60" X="359" /><S Y="184" T="8" P="0,0,0,0,0,0,0,0" L="14" X="442" H="60" /><S Y="330" T="0" P="1,999999,0.3,0.2,0,1,9999,0" L="130" H="24" X="400" /><S Y="330" T="0" P="1,0,0.3,0.2,0,1,,0" L="25" H="24" X="400" /><S Y="330" T="0" P="1,0,0.3,0.2,0,1,,0" L="24" X="400" H="24" /><S Y="168" T="0" P="0,0,0.3,0.2,0,0,0,0" L="140" H="26" X="515" /><S Y="168" T="0" P="0,0,0.3,0.2,0,0,0,0" L="140" X="285" H="26" /><S Y="174" T="0" P="1,999,1,0.2,0,1,0,0" L="68" X="401" H="70" /></S><D><T Y="254" X="400" /><DS Y="141" X="502" /></D><O><O Y="330" P="0" X="400" C="22" /></O></Z></C>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement