image is, say, located between points 100(X),100(Y) and 200(X),200(Y), you can check and see if that space was tapped by doing this: IF TX>100 AND TX<200 AND TY>100 AND TY<200 THEN GOTO @IMAGE Hope I helped!