Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
can someone teach me how to make a unit walk in reverse when pressing the down arrow key? i figured out the other directions already. if possible not jass please. thanks!
Oh man, there was a topic a while back about playing animations in reverse. It's possible but the function was quite complicated. Lemme search for you....
try to play little bit with pitch angle and the second angle thing within object editor.
then you will to make the exactly same unit, but with different angles, and of course it will go in reverse. Then make trigger which will replace the units.
ok thanks guys! got everything solved now except for the reverse animation. Toofless, is there an easier way to do it? because those functions are too complicated for me. T_T im still a noob in map designing. Well, at least tell me what i need to have before i use those functions. thanks alot im making good progress now. xD
For the "Custom script: call SetUnitAnimationByIndex(udg_<Your Unit>, <It's Walk Animation (type number in here)>)",
I put Custom script: call SetUnitAnimationByIndex(udg_RedHero, Walk(1))
RedHero is the variable for the unit. Its saying expected name of something. what did i do wrong? =/
[EDIT]
Ok i got it now. ur supposed to put the number only. xD Thanks man!this helped me alot. its fixed now! even though it looks a little weird the animation.. still! its still great! thanks alot!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.