RemixWarp Interface Guide
RemixWarp's interface is designed to be both familiar to Scratch users and enhanced with powerful new features. This guide will help you navigate and customize the interface effectively.
Main Interface Layout
Overall Structure
┌─────────────────────────────────────────────────────�?
�? Menu Bar �?
├─────────────────────┬───────────────────────────────�?
�? �? Stage Header �?
�? ├───────────────────────────────�?
�? Blocks Panel �? �?
�? �? Stage �?
�? ┌─────────────�? �? �?
�? �?Code �? �? �? �?
�? �?Costumes�? �? ├───────────────────────────────�?
�? �?Sounds �? �? �? Target Pane �?
�? └─────────────�? �? �?
�? �? ┌─────────┬─────────────�? �?
�? Blocks Workspace �? �?Sprites �? Stage �? �?
�? �? �? �? Selector �? �?
�? �? └─────────┴─────────────�? �?
└─────────────────────┴───────────────────────────────�?
Menu Bar
The top menu bar provides access to file operations, settings, and tools.
File Menu
- New: Create a new project
- Load from your computer: Open local
.sb3files - Load from Scratch: Import from Scratch website
- Save to your computer: Export project as
.sb3
Edit Menu
- Undo: Reverse last action (Ctrl/Cmd+Z)
- Redo: Restore undone action (Ctrl/Cmd+Shift+Z)
- Turbo Mode: Toggle high-speed execution
Settings
Click the gear icon (⚙️) to access:
Appearance
- Theme: Light, Dark, High Contrast
- Language: Interface language selection
- Zoom: Interface scaling options
Advanced
- Framerate: 30, 60, or custom FPS
- High Quality Pen: Anti-aliased drawing
- Custom Stage Size: Beyond 480x360
- Compiler: Enable/disable optimizations
Addons
Click the addon icon (🧩) to:
- Browse addons: See all available enhancements
- Enable/disable: Toggle addon functionality
- Configure: Adjust addon settings
- Custom addons: Load user-created addons
Blocks Panel (Left Side)
Tab Navigation
Code Tab
The main programming interface with:
- Block Categories: Motion, Looks, Sound, Events, etc.
- Block Search: Find blocks quickly
- Custom Blocks: User-defined procedures
- Extensions: Additional block categories
Costumes Tab
Visual asset editor featuring:
- Costume List: All sprite costumes
- Paint Editor: Built-in drawing tools
- Import Tools: Add images from files or camera
- Vector/Bitmap: Choose editing mode
Sounds Tab
Audio management with:
- Sound Library: Built-in sound effects
- Recording: Record new sounds
- Import: Add audio files
- Editing: Trim and adjust sounds
Blocks Workspace
The main coding area where you:
- Drag blocks from palette to scripts area
- Connect blocks to create programs
- Duplicate scripts by right-clicking
- Organize code with comments and spacing
Workspace Features
- Zoom: Mouse wheel or zoom controls
- Pan: Drag empty space to move view
- Search: Ctrl/Cmd+F to find blocks
- Cleanup: Organize blocks automatically
Stage Panel (Right Side)
Stage Display
The stage shows your project in action:
- Green Flag: Start all scripts
- Stop Sign: Stop all execution
- Full Screen: Expand stage to full window
Stage Controls
- Turbo Mode: �?button for faster execution
- Framerate Display: Shows current FPS
- Custom Size: Resize beyond standard dimensions
Stage Header
Additional controls above the stage:
- Ask/Answer: Input handling for projects
- Variable Monitors: Display variable values
- Custom Controls: Addon-provided features
Target Pane
Manage sprites and the stage:
Sprite Selector
- Add Sprite: Choose from library, upload, or draw
- Duplicate: Copy existing sprites
- Delete: Remove sprites
- Rename: Change sprite names
Sprite Information
For selected sprites:
- Name: Sprite identifier
- Position: X and Y coordinates
- Size: Scale percentage
- Direction: Rotation angle
- Visibility: Show/hide on stage
Stage Selector
Backdrop and stage settings:
- Add Backdrop: Choose or create backgrounds
- Stage Info: Stage-specific properties
- Global Variables: Stage-level data
Responsive Design
Desktop Layout (1024px+)
Full side-by-side layout with all panels visible.
Tablet Layout (768-1023px)
Stacked layout with collapsible panels.
Mobile Layout (below 768px)
Single-column layout with tabbed navigation.