4 hours ago, kseh said:In programming to "not do something" you use conditions (if statements). If the condition is not met then the code in the curly braces is not done. If the condition is met then code inside the curly braces does get done.
I know how to use if statements, I am just unsure of how to clear the bug once it has been drawn once and after the collision bitmap is drawn. thanks kseh you have been a lot help. I am also thinking about moving on to a different project but I am unsure of what to do.