Hi,
I have four canvas on the screen and each filled with different colors. Users can draw with fingers on any of the Canvas. When use "When Any Canvas.Dragged" component, how do I know which component is currently use drawing?
Let's say user is drawing on Canvas1. I want to count how many strokes that use draw on that Canvas1. How do I specify Canvas1 in this block below?
If there's no way to do this, I just use these blocks below to detect. This is currently working, but just want to figure out if there are better ways.
Unfortunately 'component' is an identifier that is unrelated to the name you gave to the canvas, so four individual Blocks is the way to go in this case.