Purple lines appeared when moving a sprite. Cannot delete them

Please fill out these questions for all feature requests and bug reports. If you're requesting a feature, please let us know why this feature is important or useful, not just what it should do.
Thanks!

  1. What browsers show this problem? Chrome and Firefox
  2. Please share an example project (if possible).
  3. Describes the steps to reproduce this issue. Moving a sprite by entering a code line in the script "move to 0,0"
  4. What does Snap! currently do? It has created two purple lines with the trajectory of the movement. I dont know how to delete it.
  5. What should Snap! do instead? Not showing the lines.

Is this bug a security concern? If so, please do not post security concerns directly to the forum. Please email us at contact@snap.berkeley.edu. Thank you!

Sounds like you have the pen down. Put a PEN UP block before the GO TO in your script.

My bad
Amazing! thank you !