View Full Version : Dragon
i am having trouble making the dragon flap his wings. i get the large one to move but not his smaller one. can someone help me?
lanceA
10-14-2008, 02:36 PM
i am having trouble making the dragon flap his wings. i get the large one to move but not his smaller one. can someone help me?
As far as I know the Dragon only has one set of wings.
This code makes the dragon flap his wings Up and Down once. You could place it in a Loop to have the dragon flap his wings as many times as you wanted:
//Make both wings flap DOWN together
Do together
dragon.leftwing roll left 0.2 revolutions
dragon.rightwing roll right 0.2 revolutions
//Make both wings flap UP together
Do together
dragon.leftwing roll right 0.2 revolutions
dragon.rightwing roll left 0.2 revolutions
Good luck. :)
DrJim
10-19-2008, 12:34 PM
One added note - depending on which dragon you are using, you may have to experiment with the wings a bit to get the exact movement you want. The basic roll function call is the same - but the part names and movements are a bit different (as shown in the attached).