// "SQUISHY STRESS BALL" // rebound takes longer than the // compression paper 0 repeat z 1 3 { repeat x 0 5 { paper (x*20) } repeat y 20 0 { paper (y*5) } } // z loops block of code 3 times // x fades to black step 20 // y fades to white step 5