【オンライン講座】英語版eJr Programming「ScratchJr: Let’s Go for a Night Cruise on Ship! 」のレッスン動画をやってみよう!

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(スクリプト説明)
  1. When you tap the cat,
  2. the cat says ‘Night Cruise!’ with a speach buble,
  3. moves 7 squares to the left,
  4. 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.
  1. ネコをタップすると、
  2. 「Night Cruise!」という吹き出し文字を表示し、
  3. 「7」マスだけ左に移動し、
  4. オレンジ色のメッセージを送信する。
    ※オレンジ色のメッセージを送信すると、オレンジ色のメッセージを受け取ったらスタートブロックに連結されているスクリプトが実行される。

Explanation of the script(スクリプト説明)
  1. When the cat receives an orange message,
  2. the cat shrinks by 10
  1. ネコがオレンジ色のメッセージを受け取ると、
  2. 10だけネコが小さくなる。

Explanation of the script(スクリプト説明)
  1. When the cat receives an orange message,
  2. the cat moves 3 squares upwards,
  3. disappears from the stage,
  4. 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.
  1. ネコがオレンジ色のメッセージを受け取ると、
  2. 3マスだけ上方向に移動し、
  3. ステージから姿を消し、
  4. 赤色のメッセージを送信する。
    ※赤色のメッセージを送信すると、赤色のメッセージを受け取ったらスタートするブロックに連結されているスクリプトが実行される。

The scripts of the Ship(船のスクリプト)

 

Explanation of the script(スクリプト説明)
  1. When the ship receives a red message,
  2. the ship moves 15 squares to the right,
  3. and disappears from the stage.
  1. 船が赤色のメッセージを受け取ると、
  2. 15マスだけ左方向に移動し、
  3. ステージから姿をけす。

Explanation of the script(スクリプト説明)
  1. When the ship receives a red message,
  2. the ship moves 3 squares upwards.
  1. 船が赤色のメッセージを受け取ると、
  2. 3マスだけ上方向に移動する。

Explanation of the script(スクリプト説明)
  1. When the ship receives a red message,
  2. the ship shrinks by 10
  1. 船が赤色のメッセージを受け取ると、
  2. 10だけ船が小さくなる。
ScratchJr(スクラッチジュニア)とは?

5~7歳の子供向けに開発された、自由に対話型の物語やゲームを創造するための入門用プログラミング言語です。スクラッチジュニアのホームページ:https://www.scratchjr.org/よりアプリを無料でダウンロードできます。