Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Concerning my Lizard game, I did what you suggested yesterday. In the run method I put the if statement: if (LizardY == 0) CarH +30.
Concerning my Lizard game, I did what you suggested yesterday. In the run method I put the if statement: if (LizardY == 0) CarH +30.
When the lizard touch the top level of the screen the car goes faster, but if after I move the lizard form the top screen the car goes back to the previous speed.(+10)
What do I have to add in my if statement in order for the car to maintain the same speed (+30) because is a new level?
Thank you!!!!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started