KIDSPROは、オンライン講座を05/27(土) 、05/28(日)に実施します。
2023年夏にリリース予定!英語版eプログラミングで、ScratchJr(スクラッチジュニア)プログラミングを学ぼう。イベントや並列処理などのプログラミングの基礎も学べる!
英語版eJr Programming「ScratchJr: Let’s Go for a Night Cruise on Ship! 」のレッスン動画をやってみよう!
2023年夏にリリース予定!英語版eプログラミング「ScratchJr: Let’s Go for a Night Cruise on Ship! 」でプログラミングを学びます。英語のチュートリアルでScratchjrプロジェクトを作り、イベントや並列処理などのプログラミングの基礎も学べます。
日時: 2023/05/27(土) & 2023/05/28(日) 17:00 ~ 18:00
場所: オンライン講座
対象: KIDSPROスクール生、KIDSPRO eラーニングをご利用の方
必要なもの: ScratchJr(スクラッチジュニア)をインストールしたタブレット
費用: 無料
[ScratchJr] Lesson 3: Let’s Go for a Night Cruise on Ship!
The scripts of the Cat(ネコのスクリプト)
Explanation of the script(スクリプト説明)
- When you tap the cat,
- the cat says ‘Night Cruise!’ with a speach buble,
- moves 7 squares to the left,
- and sends an orange message.
※When an orange message is sent, the script that is connected to the Start on Orange Message Block is executed.
- ネコをタップすると、
- 「Night Cruise!」という吹き出し文字を表示し、
- 「7」マスだけ左に移動し、
- オレンジ色のメッセージを送信する。
※オレンジ色のメッセージを送信すると、オレンジ色のメッセージを受け取ったらスタートブロックに連結されているスクリプトが実行される。
Explanation of the script(スクリプト説明)
- When the cat receives an orange message,
- the cat shrinks by 10
- ネコがオレンジ色のメッセージを受け取ると、
- 10だけネコが小さくなる。
Explanation of the script(スクリプト説明)
- When the cat receives an orange message,
- the cat moves 3 squares upwards,
- disappears from the stage,
- and sends a red message.
※When a red message is sent, the script that is connected to the Start on Red Message Block is executed.
- ネコがオレンジ色のメッセージを受け取ると、
- 3マスだけ上方向に移動し、
- ステージから姿を消し、
- 赤色のメッセージを送信する。
※赤色のメッセージを送信すると、赤色のメッセージを受け取ったらスタートするブロックに連結されているスクリプトが実行される。
The scripts of the Ship(船のスクリプト)
Explanation of the script(スクリプト説明)
- When the ship receives a red message,
- the ship moves 15 squares to the right,
- and disappears from the stage.
- 船が赤色のメッセージを受け取ると、
- 15マスだけ左方向に移動し、
- ステージから姿をけす。
Explanation of the script(スクリプト説明)
- When the ship receives a red message,
- the ship moves 3 squares upwards.
- 船が赤色のメッセージを受け取ると、
- 3マスだけ上方向に移動する。
Explanation of the script(スクリプト説明)
- When the ship receives a red message,
- the ship shrinks by 10
- 船が赤色のメッセージを受け取ると、
- 10だけ船が小さくなる。
ScratchJr(スクラッチジュニア)とは?
5~7歳の子供向けに開発された、自由に対話型の物語やゲームを創造するための入門用プログラミング言語です。スクラッチジュニアのホームページ:https://www.scratchjr.org/よりアプリを無料でダウンロードできます。