Posted: Sun Jan 22, 2017 7:52 pm Post subject: 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