Spotlighting lets you share this airplane with all of your followers. This is a great way to help new players get the recognition they deserve for their work.
Click the Spotlight button below and all of your followers will receive a notification.
Download Airplane
To download this airplane, copy the ID below to your clipboard. Then, in the designer in SimplePlanes, press CTRL+L (or CMD+L on Mac) to load the craft.
Are you on a mobile device? If you accidentally requested the desktop site, you can use the button below to download directly.
Good, for a more realistic behaviour of the crankset, you can use the input sum(Pitch/(1000000000)), it calculates the sum of your pitch input, so when you release the pitch, it doesn't go backward.
(1000000000 is the same as 1E+09, but the game doesn't understand this writing in the input.)
Good, for a more realistic behaviour of the crankset, you can use the input
sum(Pitch/(1000000000))
, it calculates the sum of your pitch input, so when you release the pitch, it doesn't go backward.(1000000000 is the same as 1E+09, but the game doesn't understand this writing in the input.)