# 上下に移動する

次(つぎ)は、上下(じょうげ)に移動(いどう)させてみましょう。これで、画面上(がめんじょう)を自由(じゆう)に動(うご)まわることが出来(でき)るようになります。

![](/files/-LAM11vcLthFwAEuX6y0)

こんな感(かんじ)じです。左右(さゆう)への移動(いどう)はX座標(ざひょう)でした、上下(じょうげ)の移動(いどう)はY座標(ざひょう)を変更(へんこう)します。

## 確認(かくにん)してみよう

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

![](/files/-LAM11vs45Rs29kbpxke)

上手(うまく)く書(か)けたか確認(かくにん)してみましょう。思(おも)った通(とお)りに動作(どうさ)していますか?

ゲームを作(つく)るときは、このように、こまめに動作確認(どうさかくにん)しながら、完成(かんせい)させていきます。


---

# 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/ink_runner/up_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.
