I did mine differently and I didn’t change anything in the tick function. I still go the result I wanted. A door that opens 90 degrees anywhere.
Hi Kevin, two tips:
- Consider using the copying and pasting formatted code into forums, you could just past the relevant functions.
- I suggest renaming
InitialYaw
to something likeDeltaYawToOpen
. I believe that we are going to expose this variable in the next few lectures.
1 Like
Thank You