Open
Description
openedon Dec 4, 2020
- see https://makecode.microbit.org/_fY9cVRgEp1VD and the compiler error on download
- the variable rocketJourney in animations.ts (let clause) is not used anywhere in the code.
- if you comment out this line, the project builds.
- if you uncomment the line, the project fails
The same problem occurs if you replace "let" with "const" in animations.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment