A behavior of mini board, which move chess on main board logically and physically.
Start moving
Action:Move to neighbor, orAction:Move to offset, or Action:Move to LXY, or Action:Move to chessIf mini board is on main board
Save position of chess
Pull out from this main board
Move LXYZ of mini board
Expression:SourceLX, Expression:SourceLY) Expression:DestinationLX, Expression:DestinationLY) Expression:Direction , if the target is a neighbor. Run put-able testing of all chess
Put-able, all test results are true
Condition:On moving acceptedNot Put-able, any test result are false
Condition:On moving rejectedIf put-able and property MoveTo is Yes
Grid move mini board to target physical position (Expression:TargetX, Expression:TargetY)
Pin mode of mini board is Yes.Trigger Condition:On hit target position when reach target position
Condition:Can move to neighbor, returns true if mini board can move to neighbor.Condition:Can move to, returns true if mini board can move to specific LXY.