Jump to content
Sign in to follow this  
Litos

Animation commands for clapping and LHD crew.

Recommended Posts

Hey guys;

I'm working on a movie, and there are 2 animation commands that I can't seem to find (movename).

First one I need is clapping, just a normal one where the unit clap claps.

Second is LHD Crew animations, where they wave their hands and stuff, directing aircraft where to move, etc. I assume there are a few different ones.

Also is there an easy way to make multiple units do the animation without having to place a bajillion triggers for each unit if I want a lot of them doing the same anim? Thanks.

Share this post


Link to post
Share on other sites

{_x playmove/switchmove "yourAnimation"} forEach [unit1,Unit2,Unit3...];

The animations you're looking for can may be found here.

Share this post


Link to post
Share on other sites

Thanks a lot, I did find the LHD Animations but after looking through a lot I couldn't find a clapping animation. I guess it's somewhere down there, but does anybody know it exactly? I've looked through lists and that. I guess I'll have to spend a lot more time looking for it, but maybe somebody already has the answer? Thanks.

Also, to make sure with the code you gave me, is there anything else that I need to replace in the code besides yourAnimation and Unit1/2/3 (and chose between playmove/switchmove)? Because I'm confused by it, the _x in particular. Thanks!

Share this post


Link to post
Share on other sites

The _x is just a variable for the units in the array[]. You only have to put your animation and your units in the right places. ;)

Share this post


Link to post
Share on other sites

Alright thanks. Also, for this it's necessary to give each unit a name, right?

Share this post


Link to post
Share on other sites
Alright thanks. Also, for this it's necessary to give each unit a name, right?

It looks like it to me. Best thing to do would to be name one "unit" and then copy and paste him around so it automatically names them unit, unit_1, unit_2, unit_3, etc.

Share this post


Link to post
Share on other sites

Alright. Also thanks for the idea Jake.

If theres anybody...out there...who does know the clapping animation...please, please...lol. I know a person who knows it but I'm waiting till he's around and he hasn't been yet but maybe someone here knows it.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×