How to code infinite random movement between 3 points?

I have a character (a boy) and three circles on the delightex grid. I want the character to move randomly from one circle to another continuously. How can I code this so that he keeps moving between the circles forever?https://edu.delightex.com/BVA-LYE

Hello @jenior

Not sure if this is what you are after, but I put you programming into a forever block, then added a ‘wait’ bock at the end. The wait block will determine how often your variable refreshes/updates.