In Scratch, there is a condition in the sensing category called touching, that can have edge as a parameter.
Given that the condition returns true, how can I tell which edge was touched (i.e. top, bottom, left or right edge of scene)?
Alternatively: How to tell the dimensions of a scene? I have worked out that position (x=0, y=0) is in the middle of the scene. Where are the four corner point located?