|
|
| I tried to use jumps and lands but nothing happened. |
Check to see if the JUMP and LAND icons are in the correct positions.
The first thing that happens in the following program is that the JUMP icon tells the program to go directly to the LAND icon. This means that the middle of the program is bypassed and thus, the car never moves.

The JUMP and LAND icons need to be reversed; the following program works perfectly:

Also, make sure that you are only using a single color for each jump and land loop you create. If the LAND icon is yellow, but the JUMP icon is red, for example, neither icon can form a loop. Change the color of one component to match the other.
ses kw
|