Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Pitch Up{
- ShortRotate RotorElevatorRightR to 10 at 2
- ShortRotate RotorElevatorRightL to -10 at 2
- ShortRotate RotorElevatorLeftR to 10 at 2
- ShortRotate RotorElevatorLeftL to -10 at 2
- }
- @Pitch Down{
- ShortRotate RotorElevatorRightR to -10 at 2
- ShortRotate RotorElevatorRightL to 10 at 2
- ShortRotate RotorElevatorLeftR to -10 at 2
- ShortRotate RotorElevatorLeftL to 10 at 2
- }
- @Pitch Reset{
- ShortRotate RotorElevatorRightR to -3 at 2
- ShortRotate RotorElevatorRightL to 3 at 2
- ShortRotate RotorElevatorLeftR to -3 at 2
- ShortRotate RotorElevatorLeftL to 3 at 2
- }
- @Roll Left{
- ShortRotate RotorAileronLeftR to -15 at 2
- ShortRotate RotorAileronLeftL to 15 at 2
- ShortRotate RotorAileronRightR to 15 at 2
- ShortRotate RotorAileronRightL to -15 at 2
- }
- @Roll Right{
- ShortRotate RotorAileronLeftR to 15 at 2
- ShortRotate RotorAileronLeftL to -15 at 2
- ShortRotate RotorAileronRightR to -15 at 2
- ShortRotate RotorAileronRightL to 15 at 2
- }
- @Roll Reset{
- ShortRotate RotorAileronLeftR to 0 at 2
- ShortRotate RotorAileronLeftL to 0 at 2
- ShortRotate RotorAileronRightR to 0 at 2
- ShortRotate RotorAileronRightL to 0 at 2
- }
- @Yaw Left{
- ShortRotate RotorYawTop to -15 at 5
- ShortRotate RotorYawBottom to 15 at 5
- }
- @Yaw Right{
- ShortRotate RotorYawTop to 15 at 5
- ShortRotate RotorYawBottom to -15 at 5
- }
- @Yaw Reset{
- ShortRotate RotorYawTop to 0 at 5
- ShortRotate RotorYawBottom to 0 at 5
- }
Advertisement
Add Comment
Please, Sign In to add comment