Yes, the example contraption, and I more specifically want to apply a general script to all of the canvases made with it to make them work with the Overlaps mechanic. It's the mechanic with a script applied to a draggable canvas -
on release do
if rect.overlaps[me target]
alert["You hit the target!"]
end
end
It would then execute an action if placed on the specifically named widget.
To make a project as a beginner, I'd just like to collate different contraptions to make games and potentially study the code and provided documentation.