- Find sneaky bugs in code! ๐
- Fix broken programs! ๐ง
- Become a super detective! ๐ต๏ธ
- Make games work perfectly! ๐ฎ
๐ก Did You Know? ๐ค
Real programmers call mistakes "bugs"! ๐
A moth once broke a computer!
That's why we say "debugging"! ๐ฆ
- Your Screen -> Shows pictures! ๐บ
- Your Keyboard -> Type type type! โจ๏ธ
- Your Mouse -> Click and move! ๐ฑ๏ธ
- The Computer Box -> The brain! ๐ง
- Tynker -> Your coding friend! ๐ฏ
- Games -> Fun to play! ๐ฎ
- Apps -> Help you learn! ๐ฑ
- Click buttons carefully! ๐ฑ๏ธ
- Type with all fingers! ๐คฒ
- Save your work! ๐พ
- Keep files organized! ๐
What's an Event? ๐ค
Something that starts your code! โก
Your Event Friends: ๐
- On Start -> Code wakes up! โ๏ธ
- When Actor Clicked -> Click = Action! ๐
- When Key Pressed -> Keyboard magic! โจ๏ธ
- When Background Switches -> New scene! ๐ฌ
- When I Receive -> Got mail! ๐ฌ
- Clone Startup -> Twin is born! ๐ฏ
๐ก Detective Tip! ๐
No event = No action!
Always check events first! โ
Your Movement Blocks: ๐
- Go To -> Zoom to spots! ๐จ
- Change X/Y -> Move step by step! ๐ฃ
- Pick Random -> Surprise positions! ๐ฒ
Magic Random Code: โจ
vbnet
go to x: pick random -200 to 200 y: pick random -150 to 150
This makes surprises happen! ๐
Cool Effects You Know: ๐จ
- Ghost -> See through! ๐ป
- Brightness -> Shiny bright! โ๏ธ
- Fisheye -> Big and round! ๐
- Whirl -> Spin spin spin! ๐ช๏ธ
- Pixelate -> Blocky fun! ๐ฆ
- Mosaic -> Pattern party! ๐ญ
Special Tools: ๐ ๏ธ
- Stamp -> Leave a mark! ๐ฏ
- Clear -> Clean it up! ๐งน
- Show/Hide -> Now you see me! ๐ฉ
One. Forever Loop ๐
- Goes round and round! ๐
- Never gets tired! ๐ช
- Stops when you say stop! ๐
2. If-Then Block ๐ค
- Makes smart choices! ๐ง
- "If this, then that!" โ
- Your code thinks! ๐ญ
3. Repeat Until โฐ
- Keeps trying! ๐
- Waits for something! โณ
- Then says "Done!" ๐
๐ก Bug Alert! ๐
Forever loops never end!
Check if that's okay! ๐
How Actors Chat: ๐ฌ
- Broadcast -> "Hey everyone!" ๐ฃ
- When I Receive -> "I heard that!" ๐
- Team work -> All work together! ๐ค
Example: ๐
- Cat says: "Game Over!" ๐ฑ
- Everyone stops moving! ๐
- Magic happens! โจ
Ask and Wait: ๐ค
- Ask -> "What's your name?" ๐
- Wait -> Program takes a nap! ๐ด
- Answer -> Get what they said! ๐ญ
Super Tip: โญ
Always be polite!
Say "please" and "thank you"! ๐
๐ญ Cloning - Make Twins!
- Create Clone -> Twin appears! ๐ฏ
- Clone Startup -> Twin knows what to do! ๐ง
- Delete This Clone -> Twin goes bye-bye! ๐
Remember: Clean up clones! ๐งน
Too many = slow computer! ๐
๐ Variables - Score Keepers!
- Set Variable -> Start at zero! 0๏ธโฃ
- Change Variable -> Add points! โ
- Show score -> Players see it! ๐
๐ก Did You Know? ๐ค
Variables are like boxes! ๐ฆ
They hold numbers for you! ๐ข
- About Me -> You clicked, things happened! ๐ฑ๏ธ
- Animation Challenge -> Characters danced! ๐
- Street Art -> Art came alive! ๐จ
- Gotcha Game -> Catch and score! ๐ฏ
- Avoid the Enemy -> Don't get caught! ๐ฑ
- Maze Runner -> Find the way! ๐บ๏ธ
- Magic Show -> Actors talked together! ๐ญ
- Telebort's Got Talent -> Many scenes! ๐ฌ
You made all these! ๐
So proud of you! ๐
- ๐ข Green Sites -> Go ahead! Safe! โ
- ๐ก Yellow Sites -> Ask first! โ ๏ธ
- ๐ด Red Sites -> Stop! Danger! ๐
- Never share your name! ๐ค
- Keep passwords secret! ๐
- Tell adults if scared! ๐จโ๐ฉโ๐ง
- Be kind online! ๐
๐ก Safety First! ๐ฆบ
If something feels wrong...
Tell a grown-up right away! ๐
One. Actor Won't Move? ๐ซ
- Check: Is event connected? ๐
- Fix: Snap blocks together! ๐งฉ
2. Nothing Happens? ๐ด
- Check: Did you click green flag? ๐
- Fix: Add "On Start" block! โก
3. Clones Gone Wild? ๐ฏโโ๏ธ
- Check: Too many clones? ๐คฏ
- Fix: Delete clones when done! ๐งน
4. Score Stuck? ๐
- Check: Variable in right spot? ๐ฏ
- Fix: Put inside event block! ๐ฆ
- ๐ Look -> What's wrong?
- ๐ค Think -> Why not working?
- ๐งช Test -> Try one thing!
- ๐ง Fix -> Make it better!
- ๐ Celebrate -> It works!
๐ก Detective Secret! ๐ต๏ธ
Bugs aren't scary!
They're puzzles to solve! ๐งฉ
Every programmer finds bugs! ๐ช
Remember These Tips: ๐ก
- Read carefully! ๐
- Test everything! ๐งช
- Stay calm! ๐
- Have fun! ๐ฎ
You've learned so much! ๐
- Events make things happen! โก
- Loops keep going! ๐
- Variables keep score! ๐
- Broadcasts send messages! ๐ข
You're ready to debug anything! ๐ฆธ
- You know all the blocks! โ
- You can find bugs! ๐
- You can fix problems! ๐ง
- You're a coding star! โญ
Go ace that challenge! ๐
We believe in you! ๐
๐ก Final Detective Wisdom! ๐
Every bug you find...
Makes you stronger! ๐ช
Keep coding, keep learning! ๐ฏ
You've got this, Super Coder! ๐