| Please expand this article or section. You can help by adding more information if you are an editor. More information might be found in a section of the talk page. (February 2022) |
| Falling? | |
falling? | |
| Category | Go Direct Force & Acceleration |
| Type | Boolean |
| Introduced in | 3.0 |
The Falling? block is a Boolean block and a Go Direct Force & Acceleration block. It detects if the device is falling.
Example uses
When the device is falling, the sprite will fall too, the code for it to work is here:
When GF clicked go to x:(0) y:(0) //To reset the project if <falling?> then forever change y by (-10) end