# ラケットを作る

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

では、Pongを作っていきます。

![](/files/-LAM1ALQaQF5BQNc_o1G)

まずは、この上下(上下)に動(うご)く赤色(あかいろ)と青色(あおいろ)のラケットを作成(さくせい)してみましょう。

## (1) 青(あお)のラケットを作成(さくせい)する。

![](/files/-LAM1ALmHuhid4SAPojp)

### (1-1) 左下(ひだりした)にある鉛筆(えんぴつ)マークをクリックして、Spriteを追加(ついか)する

### (1-2) 画面中央(がめんちゅうおう)に青色(あおいろ)の長方形(ちょうほうけい)をかく

## (2) 赤(あか)のラケットを作成(さくせい)する。

![](/files/-LAM1AMGB8srQD63RMnK)

### (2-1) 左下(ひだりした)にある鉛筆(えんぴつ)マークをクリックして、Spriteを追加(ついか)する

### (2-2) 画面中央(がめんちゅうおう)に赤色(あかいろ)の長方形(ちょうほうけい)をかく

## (3) Sprite1 を削除(さくじょ)する

はい、ラケットが作成(さくせい)できました。猫(ねこ)のSprite(スプライト)は使(つか)わないので削除(さくじょ)しましょう。

![](/files/-LAM1ANLwPYdKD4UNpMA)

### (3-1) Sprite1の上にマウスカーソルを合わせる

### (3-2) 右(みぎ)クリックする

### (3-3) メニューから削除(さくじょ)を選(えら)ぶ

## (4) 確認(かくにん)する!!

### (4-1) 画面(がめん)に赤(あか)と青(あお)のラケットが表示(ひょうじ)されていれば成功(せいこう)です。

![](/files/-LAM1AOeNn-KOBPLZvCd)

## (5) Good!!

良(よ)くできました。次(つぎ)のステップに進(すすみ)みましょう!!

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


---

# 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/pong/create_racket.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.
