# Super Heros

#### Take an Everyday Hero & Turn them into a Super Hero

Network Notebook: Think of an important regular person in your life. Write down 3 things that make them important or amazing to you. Then make a list of 2 super powers you think they should have!&#x20;

{% embed url="<https://storage.googleapis.com/files.cs-first.com/Code%20Your%20Hero/HOC_Code%20Your%20Hero%20-%20Intro_From%20Hero%20to%20Superhero.mp4>" %}

After watching the video open up the starter project and start designing

{% embed url="<https://scratch.mit.edu/projects/340741624/editor/>" %}

Now add Movement

{% embed url="<https://storage.googleapis.com/files.cs-first.com/Code%20Your%20Hero/HOC_Code%20Your%20Hero%20-%20AO1%20-%20Move%20Your%20Hero.mp4>" %}

Network Notebook: Write 2 sentences that explain the event that controls the movement of your super hero (explain what the user does and then what happens on the screen).

Now Make your Hero Fly:&#x20;

{% embed url="<https://storage.googleapis.com/files.cs-first.com/Code%20Your%20Hero/HOC_Code%20Your%20Hero%20-%20AO2%20-%20Fly%20Over%20Buildings.mp4>" %}

Now: Add some Sound Effects & Backgrounds

{% embed url="<https://storage.googleapis.com/files.cs-first.com/Code%20Your%20Hero/HOC_Code%20Your%20Hero%20-%20AO3%20-%20Add%20Background%20Music.mp4>" %}


---

# 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://computational-thinking-in-room11.gitbook.io/room-112-dhs/computer-exploration/super-heros.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.
