Create & Learn
Background

Try Octopus Airline Adventure for fun Scratch Project!

Octopus Airline Adventure

Platform: Scratch
Level: intermediate

In this project, the octopus pilot flies the airplane to pick up students from different futuristic locations. Students will create clones of the airplane representing each stop, using messages to coordinate when each clone should appear and when to pick up the passengers. They will also incorporate a variable to track how many students the octopus has picked up before reaching the futuristic school.

Save to Account
See All Projects

Backdrop And Sprite Images For The Project

background
background
1280 x 896
Octopuses
Octopuses
1024 x 1024
Airplane
Airplane
1024 x 1024

Octopus Airline Adventure: Solution Outline

These are the high level steps to create this project. Try to create the project on your own first as much as possible, before checking the detailed solution samples below.

  1. Create the main airplane sprite and set up the octopus pilot.
  2. Set up the cloning mechanism for the airplane to represent different stops.
  3. Use messaging to coordinate when each clone should appear and pick up passengers.
  4. Incorporate a variable to track how many students the octopus has picked up.
  5. Program the airplane's movement to each location and back to the school.

Octopus Airline Adventure Sample Solutions

This section provides detailed, step-by-step instructions on how to build the project. There are many ways to create a project, so feel free to explore different approaches. Please note that these instructions are Al-generated, so errors may occur and the coding blocks may not map to Scratch exactly. But it should serve as very valuable references. Stay attentive as you follow along, and enjoy!

Create the main airplane sprite and set up the octopus pilot.

Start by designing or selecting an airplane sprite. Add an octopus pilot character to the airplane. Position the octopus inside the airplane to make it look like it's flying the plane. Set the initial position of the airplane on the screen, typically starting from the left side.

Set up the cloning mechanism for the airplane to represent different stops.

Use the 'when green flag clicked' block to initialize the airplane. Create clones of the airplane for each stop. Use a 'repeat' block to create a specific number of clones, each representing a stop. Each clone will appear at a different location on the screen, representing a futuristic location.

Use messaging to coordinate when each clone should appear and pick up passengers.

Broadcast messages to control when each airplane clone should appear and disappear. Use 'when I start as a clone' to make the airplane appear at a specific location and wait for a message to pick up passengers. After picking up passengers, broadcast another message to hide the clone.

Incorporate a variable to track how many students the octopus has picked up.

Create a variable called 'StudentsPickedUp'. Initialize it to 0 at the start of the project. Each time a clone picks up passengers, increase the variable by 1. Display this variable on the screen to keep track of the number of students picked up.

Program the airplane's movement to each location and back to the school.

Use motion blocks to move the airplane to each location. Use 'glide' or 'move' blocks to simulate flying. After picking up all students, make the airplane fly back to the school location. Use a 'when I receive' block to trigger the return flight.

Common Potential Issues in Octopus Airline Adventure Project

It is common to have bugs in the code. Here are some of issues you might run into.

  • Ensure that clones are deleted properly after each stop to prevent them from cluttering the screen.
  • Make sure the variable 'StudentsPickedUp' is updated correctly and displayed on the screen.
  • Check that messages are broadcasted and received in the correct order to avoid synchronization issues.

Extra Challenges For Octopus Airline Adventure

  • Add a feature where the airplane changes color or costume at each stop to represent different themes of the futuristic locations.
  • Include a mini-game at each stop where the octopus has to solve a simple puzzle before picking up the students.

Learn Scratch Coding Skills

Enroll your child in award-winning online Scratch coding classes led live by experts and designed by professionals from Google, Stanford, and MIT.

Scratch Junior
Scratch Junior
Grades K-2
Start coding with ScratchJr, and make interactive stories and games
Scratch Ninja
Free Intro
Scratch Ninja
Grades 2-6
Code games and animations with beginner-friendly Scratch coding
Accelerated Scratch
Free Intro
Accelerated Scratch
Grades 5-9
Fast-paced introduction to coding: build games, stories, and animations
Intermediate Game Building with Scratch
Intermediate Game Building with Scratch
Grades 3-6
Code a new fun Scratch game every week

Explore More Fun Scratch Practice

The challenge continues: Enjoy even more Scratch tutorials dreamed up by other students or use your imagination to make your own!

backgroundTry The Tutorial
Develop My Own Idea

Find Best Classes For Your Child

Explore your child's grade level to find computer science classes and learning pathways that set your student up for success.