In this tutorial I will be showing how to make a canvas that you can draw on using Construct 2. If you've ever tried to create a drawing surface, you most likel...
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