Thus spake "Rodney Kinney": > > > > I have a map that has a horizontal grid when I place a counter on the > > map it is pointing a a hexspine. I need to rotate it 30 degrees on > > placement is there a property to make this happen. > > > You can always rotate the piece in the Game Piece Palette before you save > the module in the editor. That's definitely simplest. > > If you want to reset the rotation when you move the piece to the map (say, > from another map), you can use the Map Window's properties to define a > keyboard command that fires when a piece is moved on the map. If you are > using a Layer to do the rotation, you can set the keyboard command to the > "Reset" command for that Layer. You'd have to combine it with a Trigger > Action and Dynamic Property if you only wanted the action to fire the first > time you placed the piece on the map. > > rk
An initial offset is something that would be pretty straighforward to add to the "Can Rotate" trait, BTW. I thought about doing it myself a while back, but didn't get to it. -- J.
