Rocket Booster Fade Bug Hunt! Test your Troubleshooting.
Don’t be spooked by the errors that pop up when you try to upload this program. Instead, grab your purple reference cards and do a syntax check!
Don’t be spooked by the errors that pop up when you try to upload this program. Instead, grab your purple reference cards and do a syntax check!
Double check the syntax of the 'for' loop. Remember, a 'for' loop needs to have 4 parts in order: 1) A variable declared 2) A condition for the variable 3) A change to the variable when the condition is true 4) The actions of the 'for' loop. If something were to get mixed up, the 'for' loop couldn't run the fade commands.