Icons & Hints | Examples |
Black Jump Hints: Jumping is useful when certain commands are to be repeated. A Black Land command needs to be used in conjunction with the Black Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. |
Black Land Hints: Jumping is useful when certain commands are to be repeated. Place the Land command where you want to start after a jump. A Black Land command needs to be used in conjunction with the Black Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. |
Red Jump Hints: Jumping is useful when certain commands are to be repeated. A Red Land command needs to be used in conjunction with the Red Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. (The black jump is used here, but all color jumps work in the same manner. The red jumps could be substituted for the black jumps, and nothing would change.) |
Red Land Hints: Jumping is useful when certain commands are to be repeated. Place the Land command where you want to start after a jump. A Red Land command needs to be used in conjunction with the Red Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. (The black jump is used here, but all color jumps work in the same manner. The red jumps could be substituted for the black jumps, and nothing would change.) |
Blue Jump Hints: Jumping is useful when certain commands are to be repeated. A Blue Land command needs to be used in conjunction with the Blue Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. (The black jump is used here, but all color jumps work in the same manner. The blue jumps could be substituted for the black jumps, and nothing would change.) |
Blue Land Hints: Jumping is useful when certain commands are to be repeated. Place the Land command where you want to start after a jump. A Blue Land command needs to be used in conjunction with the Blue Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. (The black jump is used here, but all color jumps work in the same manner. The blue jumps could be substituted for the black jumps, and nothing would change.) |
Green Jump Hints: Jumping is useful when certain commands are to be repeated. A Green Land command needs to be used in conjunction with the Green Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. (The black jump is used here, but all color jumps work in the same manner. The green jumps could be substituted for the black jumps, and nothing would change.) |
Green Land Hints: Jumping is useful when certain commands are to be repeated. Place the Land command where you want to start after a jump. A Green Land command needs to be used in conjunction with the Green Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event.(The black jump is used here, but all color jumps work in the same manner. The green jumps could be substituted for the black jumps, and nothing would change.) |
Yellow Jump Hints: Jumping is useful when certain commands are to be repeated. A Yellow Land command needs to be used in conjunction with the Yellow Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event.(The black jump is used here, but all color jumps work in the same manner. The yellow jumps could be substituted for the black jumps, and nothing would change.) |
Yellow Land Hints: Jumping is useful when certain commands are to be repeated. Place the Land command where you want to start after a jump. A Yellow Land command needs to be used in conjunction with the Yellow Jump command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event.(The black jump is used here, but all color jumps work in the same manner. The yellow jumps could be substituted for the black jumps, and nothing would change.) |
Jumping Hints: Jumping is useful when certain commands are to be repeated. A Landing command needs to be used in conjunction with the Jumping command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. |
Landing Hints: Jumping is useful when certain commands are to be repeated. Place the Landing command where you want to start after a jump. A Landing command needs to be used in conjunction with the Jumping command. | This piece of code will play the fast rising sweep sound until the touch sensor is pressed. The pressing of the touch sensor is set up as a red event. |