# NaPoWriMo+GenMo2026_Nonnets10

# SphericalNonnets

For the 3rd  Poem of #**NaPoWriMo / #NaPoGenMo 2026**, ***“***Flamage***”*** is Coded in #**LiveCodeLAb** as a **10 line Nonnet (*a nine-line poem with a specific syllable structure: 9, 8, 7, 6, 5, 4, 3, 2, 1***) and slowed down, post production

## Video

%[https://youtu.be/KphNrEGXPTQ] 

  

## LiveCodeLab Code

```javascript
scale wave(Math.hypot(sin(time),cos(time)) / 3)
play "lowFlash" + int(random sin(time)) ,'x--x--x-x-xx'
18 + time % 7 times with i
	move int(random 5), int(random 3)
	rotate time,cos(time),cos(time)
	simpleGradient black,yellow,blue
	animationStyle motionBlur
	fill blanchedalmond
	stroke red
	ball



```
