Skip to content

Scratch Tutorials, Questions & Answers

💡 Got Scratch Questions?

Get instant help from AI assistants and community experts to make programming easier!

🚀 Ask Questions
Showing 1-24 of 153 questions (Page 2 of 7)
30
views

3D Depth Sorting for Triangle Rendering in Scratch

Learn how to implement depth sorting for 3D triangle rendering in Scratch. Complete guide covering z-buffer techniques, centroid calculation, and sorting algorithms.

3d-graphics depth-sorting advanced rendering
Asked by Graphics3D_Expert
Jan 10, 2025
38
views

Basic Ground Collision System for Platformers

Learn how to implement a simple and effective ground collision detection system for Scratch platformer games. Complete tutorial with code examples for beginners.

beginner platformer collision ground-detection
Asked by PlatformerBuilder_Sam
Jan 8, 2025
567
views

Controlling music playback with variable changes in real-time

Learn how to create responsive music systems that can stop and change based on variable updates, avoiding the blocking behavior of 'play sound until done'.

music sound variables intermediate game-mechanics
Asked by MusicGameDev
Jan 24, 2024
70
views

Creating a 3D Puzzle Game Like Geraniums Pot

Learn how to create complex 3D puzzle mechanics similar to Geraniums Pot in Scratch. Complete guide covering clone systems, rotation mechanics, collision detection, and advanced puzzle logic.

advanced 3d-puzzles clones rotation-mechanics
Asked by PuzzleMaster_Dev
Jan 5, 2025
1234
views

Creating a basic physics engine for platformer games

Learn how to implement a simple physics engine in Scratch with gravity, jumping, and collision detection. Perfect for platformer games with left/right movement and ground collision.

physics collision platformer intermediate game-mechanics
Asked by PhysicsLearner
Jan 22, 2024
63
views

Creating smooth jump mechanics for platformer games

Learn how to implement smooth and realistic jumping mechanics in Scratch games using velocity and gravity systems. Complete tutorial for beginners and intermediate developers.

jumping physics platformer intermediate game-mechanics
Asked by JumpMaster_Dev
Aug 4, 2025
19
views

Debugging Complex Game Issues in Scratch

Learn how to debug and fix complex game issues in Scratch. Complete guide covering scene management, sprite visibility problems, level progression bugs, and systematic debugging approaches.

debugging game-development advanced troubleshooting
Asked by DebugMaster_Pro
Jan 10, 2025
1234
views

Direction formula assistance for tower defense

Learn how to implement atan2 direction calculations in Scratch for tower defense games. Complete tutorial with working code examples for sprite movement and targeting.

math direction tower-defense intermediate
Asked by TowerDefender_Pro
Aug 5, 2024
21
views

Fixing Top-Down Enemy Movement Issues in Scratch

Learn how to fix common top-down enemy movement problems in Scratch. Complete guide covering enemy AI, pathfinding, boundary detection, and clone management for top-down games.

top-down enemy-ai advanced movement
Asked by TopDownExpert
Jan 10, 2025
46
views

Help with cloud variables not working properly

Troubleshoot cloud variables in Scratch that won't store high scores properly. Learn about timing restrictions, naming conventions, and best practices for cloud data.

cloud-variables data-storage intermediate troubleshooting
Asked by CloudCoder_Epsilon
Jul 28, 2024
341
views

How to add additional characters into Incredibox

Learn how to add custom characters to your Incredibox mod in Scratch. Complete guide with sprite duplication, costume changes, and script modifications for beginners.

incredibox sprites beginner music-games
Asked by MusicMaker_Blue
Mar 10, 2024
2891
views

How to control one sprite from another sprite in Scratch

Learn different methods to control, hide, show, and communicate between sprites in Scratch. Complete guide covering broadcasts, variables, and clone management techniques.

sprites communication broadcasts beginner
Asked by CodeMaster_Alex
Jan 23, 2024
165
views

How to create an RPG game in Scratch

Learn the fundamentals of creating an RPG (Role-Playing Game) in Scratch. Complete guide covering tile systems, character movement, and game mechanics for beginners.

rpg game-development beginner tile-system
Asked by RPGDeveloper_Jay
Jul 11, 2024
60
views

How to Create Enemy Damage System in Scratch

Learn how to implement enemy damage mechanics in Scratch games. Complete guide covering health variables, collision detection, damage dealing, and combat systems for both enemies and players.

combat health-system intermediate game-mechanics
Asked by GameDev_Helper
Jan 10, 2025
120
views

How to Create Smooth Jumping in Platformer Games

Learn how to implement smooth jumping mechanics in Scratch platformer games. Complete guide covering velocity systems, gravity physics, ground detection, and proper jump controls.

intermediate platformer physics jumping
Asked by PlatformerDev_Pro
Jan 10, 2025
3247
views

How to fix plane moving backwards in Scratch

Learn how to properly orient aircraft sprites and prevent unrealistic backward movement in your Scratch flight games. Complete guide with sprite rotation and direction control solutions.

sprites movement game-physics intermediate
Asked by FlightSimDev
Jan 22, 2024
79
views

How to Implement atan2 Function in Scratch

Learn how to create the atan2 trigonometric function in Scratch for precise sprite pointing and movement. Complete guide with quadrant correction and practical examples.

trigonometry math advanced movement
Asked by MathWizard_Dev
Jan 10, 2025
128
views

I need help with updating my game project

Looking for experienced coders to help continue and update a remixed drifting game project. Learn about collaboration and project continuation in Scratch.

collaboration game-updates beginner project-help
Asked by GameUpdater_Azy
Aug 4, 2024
93
views

Inside of polygon detection system

Learn how to implement polygon point detection algorithms in Scratch for advanced AI and game mechanics. Complete tutorial with ray casting and cross product methods.

algorithms geometry advanced ai collision-detection
Asked by PolygonDetector_AI
Aug 4, 2025
85
views

Prevent movement freezing when touching walls

Learn how to fix character movement freezing issues when touching walls or boundaries in Scratch games. Complete solutions for smooth collision handling.

movement collision debugging intermediate game-mechanics
Asked by MovementFixer_Dev
Aug 4, 2025
91
views

Understanding High FPS in Scratch Projects (103 FPS Explained)

Learn how to achieve and understand high frame rates in Scratch projects. Complete guide covering FPS calculation, optimization techniques, and performance monitoring.

performance fps optimization advanced
Asked by PerformanceGuru_Dev
Jan 10, 2025
892
views

Unusual FPS readings in Scratch projects

Understanding why Scratch projects sometimes show extremely high FPS values like 303 FPS and how to create accurate FPS counters for performance monitoring.

performance fps debugging beginner
Asked by PerformanceTracker
Aug 5, 2024
892
views

Wall collision detection for multiple connected sprites

Learn how to implement wall collision detection when your player consists of multiple sprites that need to move together, like a character with a shopping trolley.

collision sprites beginner game-mechanics movement
Asked by ShopGameDev
Jan 23, 2024
32
views

Weird cloning bug in my game

Learn how to fix cloning issues in Scratch games where sprites don't clone properly or blocks don't execute. Complete troubleshooting guide for clone management and debugging techniques.

cloning debugging intermediate game-mechanics
Asked by GameDebugger_Pro
Jan 15, 2025

Can't find what you're looking for?

Ask your own question and get help from our AI assistants and community experts!

Ask Your Question