Warcraft III resources & community, 2003–2006 · archived

Face Angle Instantly

8 posts
#1

Face Angle Instantly

As the name says, I want to make a unit face an angle instantly.

Unit - Make UNIT face (0) over 0.00 seconds

Does not work. Nor does using a negative value.
#2
Make sure the unit is not moving, reset his animation, and use:

Unit - Make UnitA face UnitB over 0.00 seconds


Shouldent need any values for that.
#3
I am not an idiot. I know how to make a unit face a direction. Making a unit face another unit does not rotate the original unit instantly, it has the same effect. I want the Unit to INSTANTLY face the direction, not rotate quickly to said direction.
#4
I don't think that's possible.

-Rui
#5
Actually it is possible, I just don't want to do it in the only way I know. That way is to remove the unit, and then create the exact same unit facing a different angle. The effect is the unit appears to instantly change direction. However I wish to do this with a loop every .10 seconds. That would cause a great deal of lag.

So the question I am asking is more like, is there another way to aquire this effect?
#6
Yes I know. But more specifically i said "I don't think it's possible to make it the way you want". But if I find some way of making that I will let you know.

-Rui
#7
Try using move unit instantly and face angle. I'm not sure if it will work, so try it and find out.
#8

yea

Los_Tacos is right! you gotta use a Move Unit Instantly to Center of [whatever region] facing 90 degrees. or something like that :p best of luck with your map!!