Intro to 3D Game Development

0 of 193 lessons complete (0%)

Scripting Part 2: Making Code Respond to Players

Challenge: Write the Code to Close the Chest Lid

You don’t have access to this lesson

Please register or sign in to access the course content.

Your challenge now is to fill in the code of the closeChest function to close the lid. Refer to your openChest function as much as possible, as you will be following all the same steps, but swapping openRotation with closedRotation whenever you see them.