Cartridge code (278 chars):
cls()x=64y=96r=rnd
c=circfill
::★::y-=r(1)x+=sin(r())c(x+1,y,2,9)c(x,y,2,4)
if r()>.85 and y<80 then
z=y
d=1w=x
if(r()>.5)d=-1
::●::z+=r(2)-1w+=r()*d
c(w,z-1,1,9)c(w,z,1,4)
if(r()>.9)v=3+r(3)c(w+1,z,v,10)c(w,z,v,11)
if(abs(w-64)
if(y>48 and r()<0.2 or y>16)goto ★