If i have panel added image points 2
image point 1 and 2
so i need to compare
if panel image point 2
is overlapping window > panel image point 2 set to position window
Develop games in your browser. Powerful, performant & highly capable.
Use these expressions to get image point coordinates:
Sprite.ImagePointX(index)
Sprite.ImagePointY(index)
If you need to check if image point is overlapping any sprite, you can use "System Is Overlapping Point" condition.