Ordering/activating unit trait

Just want to make sure I am on the right path here.

In my module I want to be able to highlight units that are ordered or activated (a border around the unit). I am assuming Java doesn’t do this and I have to make a border image and add it to the trait using “mark when moved” correct?

Cheers
Kevin

On Jan 6, 2011, at 6:05 PM, zhodani wrote:

Just want to make sure I am on the right path here.

In my module I want to be able to highlight units that are ordered or
activated (a border around the unit). I am assuming Java doesn’t do this
and I have to make a border image to and add it to the trait using “mark
when moved” correct?

That sounds about right if you want this to happen automatically when a unit is moved.

If you want it to happen independently of being moved, then you would set up a separate key command to make this happen, by using layers.

Thanks for reaffiming my thoughts on this:-)