rotating a piece

I have a game piece that when it is knocked out It goes off the edge of the board. Is there a way to get the piece to rotate automatically so its direction is up . Currently when it leaves the board it faces the direction it was facing when it was destroyed?

Create a zone where the piece will end up.

Create a key command tied to your board that fires whenever a piece is placed on it. Set up a trigger on the piece that whenever it lands in the zone you created it fires a keystroke.

Use that keystroke on the rotate command to set it back to its unrotated state.

Dave

On Tue, Jun 10, 2008 at 1:09 PM, emaluzer <messages@forums.vassalengine.org (messages@forums.vassalengine.org)> wrote:

Post generated using Mail2Forum (mail2forum.com)