Site icon bVisual

Cyber Monday free Visio Checkers!

As it is Cyber Monday, I thought I would give away a compelling checkers board for Visio! In the UK, we call it Draughts, but the rules are the same… in my last post, I showed how to create a chess/checkers/draughts board, and in this one I add some checkers that can glue to the dark squares only!

I added connection points to the dark squares of my chess/checker board created previously ( What’s the minimum number of rectangles in a Visio chessboard?). These were created with a connection point type of 2 ( Inward/Outward), so that the checkers could have a single connection point of type 1 (Outward). I used a little code to create the connection points on the board, and named them at the same time.


I added some Bevel & Shadow effect to the checkers, and I was almost ready to post this article when I remembered that I needed to be able to see when a checker had become a King. SO, I added a TRUE/FALSE King Shape Data row, and an Action row to allow for toggling this value too. Similarly, the Double Click Event cell was updated to switch between King and not King with the formula:
=SETF(GetRef(Prop.King),NOT(Prop.King))
I doubled the depth of the shadow effect when Prop.King value is TRUE, but that still did not look contrasting enough, so I also added a Glow effect to suit a king!


The Visio file can be downloaded from https://1drv.ms/u/s!AqkzN8kb1lAzpOw3flSkGu7UN3wsKg

Exit mobile version