# 下に移動する

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

![](/files/-LAM1-KStTMbbVcaVrGq)

下に移動する機能を追加します。他のテトロミノや枠に衝突すると、 新しいテトロミノが上から降ってきます。

## (1) テトムロミノを生成時に、テトロミノの位置設定する

![](/files/-LAM1-KiNm5vxRPsWWGp)

## (2) 下に移動する。もしも衝突するようならば、テトロミノを生成する。

![](/files/-LAM1-L2sttgNojT75z6)

## (3) 下キーを押したら、下に移動する

![](/files/-LAM1-LXwNTSbXRRkkn7)

## 確認する

![](/files/-LAM1-LyJl0fqUu96HoH)

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

### (3-2) 下キーを押すとテトロミノが下に移動すること

### (3-3) テトロミノがブロックに触れると、新たなブロックが上から降ってくること


---

# Agent Instructions: 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/down.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.
