A few important things to remember when making this yourself: - The wand's costume needs to be rotated to point to the right, to match the sprite direction - The "explode" custom block in the sun MUST have "run without screen refresh" checked off so all the ribbon clones are made at the same time - Inside its costume, the ribbon (which comes from the balloon sprite) must be displaced so the bottom of it points at the costume center. This contributes heavily to the 'spiral' visual effect - The other bit that contributes to the spiral is the staggering of the ribbon sprites' appearance by use of the "wait" block, so they'll appear in waves 0-3 twentieths of a second apart - The "pick random" in the ribbon's "move x steps" block needs to be 3 to 4.0, INCLUDING THE DECIMAL. Adding the decimal point makes it so the steps can be any floating point number 3 to 4, ensuring that each ribbon disappears a different distance from the origin - The "broadcast (hit) and wait" in the skeleton must include the "and wait" portion, so the sun has the chance to detect it is touching the skeleton and detonate