just wondering if it is possible to change the ink of the interseccting area of two sprites?
theIntersect = intersect(sprite(1).rect, sprite(2).rect)
theIntersect.ink = 8
i'm getting an error that property not found....#ink, and i realize that ink is a property of a sprite, not of this variable...but is there another way?
thanks all
theIntersect = intersect(sprite(1).rect, sprite(2).rect)
theIntersect.ink = 8
i'm getting an error that property not found....#ink, and i realize that ink is a property of a sprite, not of this variable...but is there another way?
thanks all