Problems with Rotate and Thrust in code

So it keeps showing these errors, and I am not sure how to fix them, the only option quick fix is giving me is to delete the entire script. Help would be very much appreciated, thank you!

Hi,

Please note, it’s better to copy/paste your code and apply the code fencing characters, rather than using screenshots. Screenshots are ideal for displaying specific details from within a game engine editor or even error messages, but for code, they tend to be less readable, especially on mobile devices which can require extensive zooming and scrolling.

You also prevent those that may offer to help you the ability to copy/paste part of your code back to you with suggestions and/or corrections, meaning that they would need to type a potentially lengthy response. You will often find that people are more likely to respond to your questions if you make it as easy as possible for them to do so.

You have OnCollisionEnter twice in your code. The second OnCollisionEnter method and the Rotate method are part of the first OnCollisionEnter block.

Have you already compared your code to the Lecture Project Changes which can be found in the Resources of this lecture?

Hope this helps :slight_smile:


See also;

Thank you very much, ma’am. Sorry about the picture, I will copy and paste next time.

If you managed to fix the issue, you don’t have to share your code anymore. :slight_smile:


See also:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms