Managing Projects in RemixWarp
RemixWarp provides powerful project management capabilities that extend beyond standard Scratch functionality. Learn how to create, save, load, and organize your projects effectively.
Creating Projects
Starting a New Project
From the Interface
- Click File in the menu bar
- Select New (or press Ctrl/Cmd+N)
- Confirm if you want to save current work
- Start with a blank project featuring the Scratch cat
Default Project Setup
New projects include:
- One sprite: The Scratch cat with default costume
- Blank stage: White background
- Empty scripts: Ready for your code
- Standard variables: No variables pre-defined
Project Templates
RemixWarp offers several starting templates:
Basic Templates
- Empty Project: Completely blank slate
- Simple Game: Basic game structure
- Animation: Setup for animated stories
- Art Project: Optimized for creative drawing
Educational Templates
- Math Games: Mathematical concept starters
- Science Simulations: Physics and chemistry setups
- Storytelling: Narrative project structure
- Music Projects: Audio-focused templates
Loading Projects
From Your Computer
Supported Formats
- Scratch 3.0 (.sb3): Full compatibility
- Scratch 2.0 (.sb2): Automatic conversion
- RemixWarp Projects: Enhanced format with addon data
Loading Process
- Click File �?Load from your computer
- Select your project file
- Wait for loading to complete
- Project opens in the editor
From Scratch Website
Direct URL Loading
- Copy a Scratch project URL
- Click File �?Load from Scratch
- Paste the URL or enter project ID
- Project downloads and opens
Project ID Loading
- Enter just the project ID number
- Example:
123456789instead of full URL - Faster than URL method
From Cloud Storage
Browser Storage
- Projects auto-save to browser storage
- Access via File �?Recent Projects
- Persists between sessions
External Services
- Google Drive: Direct integration available
- Dropbox: Upload/download support
- GitHub: Version control integration
Saving Projects
Local Saving
Quick Save (Ctrl/Cmd+S)
- Saves to browser storage
- Preserves all project data
- Includes addon configurations
Export to Computer
- Click File �?Save to your computer
- Choose filename and location
- Downloads as
.sb3file - Compatible with standard Scratch
Cloud Saving
Scratch Website Integration
- Click File �?Upload to Scratch
- Sign in to Scratch account
- Project uploads and becomes shareable
- Maintains compatibility
Auto-Save Features
- Browser Auto-Save: Every 30 seconds
- Local Backup: Periodic local copies
- Version History: Multiple save states
Project Organization
Naming Conventions
Descriptive Names
- Use clear, descriptive project names
- Include version numbers for iterations
- Avoid special characters for compatibility
File Organization
My Projects/
├── Games/
�? ├── Platformer_v1.sb3
�? ├── Platformer_v2.sb3
�? └── Puzzle_Game.sb3