Getting Started
Codeling is a block-based programming environment inspired by Scratch. Drag blocks from the left panel to create your program.
Categories
- Motion - Move your sprite around the stage
- Looks - Change how your sprite appears
- Sound - Add sound effects to your projects
- Events - Respond to events like clicks and keypresses
- Broadcasts - Send and receive messages between sprites
- Control - Control the flow of your program
- Operation - Perform calculations and logical operations
- Sensing - Detect conditions and measure values
- Variables - Store and retrieve data
- Text and Values - Work with text and manipulate strings
Tips
Start with an event block like "when flag clicked"
Save your work frequently
Use the "repeat" and "forever" blocks to create animations
Try the arrow keys to control your sprite
Press the stop button to halt your program at any time