- shapes = [square, circle, heart, chaos, lineChaos],
- positions = [identity, spin(5), spin(15)],
- draw = shapes[rand(shapes.length)],
- position = positions[rand(positions.length)];
+ SHP = [sqr, crc, hrt, chs, lch],
+ POS = [id, spn(5), spn(15)],
+ draw = SHP[r(SHP.length)],
+ pos = POS[r(POS.length)];