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
If you are on Mac, copy this airplane ID to the clipboard and press CMD+L while in the designer in SimplePlanes to download this airplane.
If you are on mobile, then try requesting the mobile version of the site. You can learn more about how to do that here. Otherwise, just click
the Download for Mobile button below.
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.)