Skaircro 0 Posted February 14, 2003 I know multiple animations for a part of a model can't be done, but how do they make multiple angles for a particular part, like the flaps on the plane. Flaps Up/ Flaps Half Down/ Flaps Full Down I have tried adding an extra angle value like so, angle0=0; angle1=-0.50; angle2=-0.90; but this doesnt work. Or is this one of the things that needs specific naming to work properly, in this case only items named klapka? Any suggestions? Share this post Link to post Share on other sites
Rastavovich 0 Posted February 14, 2003 you can only use angle0 and angle1 to define the maximum angles of the animation, but you can select every angle in between by using a value between 0 and 1 when calling the animation. Share this post Link to post Share on other sites
Guest BratZ Posted February 14, 2003 Thats what I was thinking too. statement="this animate [""rcanopya"", 0]"; statement="this animate [""rcanopya"", .5]"; statement="this animate [""rcanopya"", .75]"; statement="this animate [""rcanopya"", 1]"; Share this post Link to post Share on other sites
Skaircro 0 Posted February 15, 2003 hehe.. never even thought of that! Will give it a go, Thanks guys! Share this post Link to post Share on other sites
Skaircro 0 Posted February 16, 2003 Works perfect! Thanks again. Share this post Link to post Share on other sites
LizardX 0 Posted August 14, 2004 Yea, and is there a way to check the condition of a hard-coded part, like "klapkas" or "vejskovkas"? Tried but no luck. ?? Share this post Link to post Share on other sites
Master_Chief 0 Posted August 15, 2004 No there isn't any way. Also, why get the moderators annoyed by breaking the 'don't bring up old topics' rule? I mean come on its a pretty basic and easy to follow rule. But anyways yeah there isn't any way yet to determine angle of hardcoded stuff like ailerons and guages Share this post Link to post Share on other sites
LizardX 0 Posted August 15, 2004 's too bad, but thanks anyway. And you are right about the rules, I have to check them before posting; who can remember them for 3 years?! Sorry man, will try to avoid to break the rules next time... Share this post Link to post Share on other sites