----------------------------------- jaiden Sun Jan 22, 2017 7:52 pm coin pickups ----------------------------------- What is it you are trying to achieve? in my car game i want to make coin pickups What is the problem you are having? i don't know how Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) procedure coingrab if whatdotcolor ()= red then Draw.Fill (x, y, white, white) score += 1 end if end coingrab ----------------------------------- 5c0r910n Mon Jan 23, 2017 9:59 am RE:coin pickups ----------------------------------- Have you tried learn about bounding box collision???