> For the complete documentation index, see [llms.txt](https://firefirebook.firefirestyle.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://firefirebook.firefirestyle.net/tetris/fall_tetromino.md).

# テトロミノを落下させる

<https://scratch.mit.edu/projects/84308056/>

![](/files/-LAM1DOxKQvA3I6TAhQx)

自由落下の機能を追加します。

## (1) 一定時間経過すると下に移動する

![](/files/-LAM1DP6857w2Kg_q18o)

## (2) 確認する

<https://scratch.mit.edu/projects/84308056/>

![](/files/-LAM1DPLE0FXd-70HbcZ)

### (2-1) 右上(みぎうえ)の緑色(みどりいろ)の旗(はた)をクリックする。

### (2-2) ドミノが自由落下すること


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://firefirebook.firefirestyle.net/tetris/fall_tetromino.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
