This project is programmed to draw a happy face but something is not quite right! The pen continues to draw from one of the eyes to the smile when it should not be doing so. How can we fix the program?
I fixed this by adding a ‘pen up’ script when it was moving to the smiles starting position and then putting another ‘pen down’ when we needed to draw the smile again. Syntax