RigidChips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Mini Plane

Go down

Mini Plane Empty Mini Plane

Post by Zian Sun Dec 02, 2012 3:03 am

My Mini Plane with Gun.
Hope you like it. Very Happy

Code:
// [RCD]
Val
{
   GUN(default=0, max=100000, step=20000)
   JET(default=0, min=-1000000, max=1000000, step=500000)
   L(default=0, min=-20, max=30, step=8)
   R(default=0, min=-20, max=30, step=8)
}
Key
{
   0:R(step=-2), L(step=-2)
   1:L(step=2), R(step=2)
   2:L(step=0.2)
   3:R(step=0.2)
   4:JET(step=1000)
   6:GUN(step=100000)
}
Body
{
   Core(color=#FFFF00) {
      N:Arm(option=100000, color=#FFFF00) {
         W:Trim(angle=-R, color=#FFFF00) { }
         E:Trim(angle=L, color=#FFFF00) { }
         W:TrimF(angle=90, option=1) { }
         E:Frame(option=1) {
            W:TrimF(angle=90, option=1) {
               N:Jet(angle=180, power=-JET, option=0, color=#FFFF00, effect=0) { }
            }
         }
         N:Arm(power=GUN, option=20000, color=#FF0000) { }
      }
      N:Trim(angle=90, color=#FFFF00) {
         S:Chip(color=#FFFF00) { }
      }
   }
}

Zian
Car
Car

Posts : 9
Join date : 2012-11-29

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum