How to make a drawing canvas

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Following on from my earlier comment. If you do not want to use another layer to hide the quarter of a sprite in the top left corner, you can make them invisible instead.

    On start of layout> DOT1 set invisible

    DOT2 set invisible

    Line set invisible

    Line > X = 0 Line > set width to

    distance(Dot1.X,Dot1.Y,Dot2.X,Dot2.Y)+20

    Line > X = 0 DOT1 set invisible

    DOT2 set invisible

    Line set invisible