Ok here's a good one. let's say I've got some dynamite and a fuse. now this is a long fuse that curves around a room. now shooting the black powder ignites the fuse an it starts burning. now, i want the fire to move the fuse slowly. I've got a changestate that I'm using to delay the movement by a few cycles. now, how can i check if pointX, pointY is on a certain control color before the view is actually on it. so like: if x,y on control purple return true, else return false. if true then view posn at x y. basic pathfinding i guess.