What are Sequences?
Sequences let you combine multiple swaps into complex animations or multi-step tile changes. Open the SEQUENCES tab to create them.
Create a Sequence
Enter a sequence name and click Create Sequence. Then use + Add Swap to select which swaps to include.
Frame Breaks (Legacy)
Use + Add Frame to insert frame breaks (|) between swaps. This separates swaps into different animation frames with automatic wait commands in GBVM mode.
🎬 Animated Swaps in Sequences
Swaps with multiple frames are marked with a ➟ icon. When you add animated swaps to a sequence, the frames are synchronized automatically!
How Frame Synchronization Works
Instead of playing all frames of Swap A then all of Swap B, the sequence groups by frame number:
• Sequence Frame 1: Swap A frame 1 + Swap B frame 1 + Swap C frame 1
• Sequence Frame 2: Swap A frame 2 + Swap B frame 2 + Swap C frame 2
• ...and so on!
This creates synchronized animations where all swaps change together.
Automatic Frame Looping
If swaps have different frame counts, shorter swaps loop automatically:
• Swap A has 4 frames, Swap B has 2 → Swap B loops: 1, 2, 1, 2
Perfect for combining different animation speeds!
Reorder / Edit / Export
Drag ⋮⋮ to reorder items. Double-click the sequence name to rename it.
Click Copy Code to copy the combined code for the whole sequence.