• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

How to make a unit attack while moving?

Status
Not open for further replies.
Level 15
Joined
Aug 7, 2013
Messages
1,338
Hmm well one way to simulate this might be to use the Phoenix fire ability. This ability causes a projectile to be launched from the unit every interval at a random enemy target in range.

That would give you a simple form of attacking while moving.

If you want a more complex system (e.g. like Starcraft 2 Diamondback Tanks), you will probably need to do some fancy triggering.
 
Level 18
Joined
Sep 14, 2012
Messages
3,413
Actually it is two different animations.
A unit simply CAN'T do two different animations at the same time.
But don't worry I think you can simulate this.
Firstly, you can use the solution of the post just above.
Secondly, you can create a unit exactly the same and make it attack at the same time;
 
Status
Not open for further replies.
Top