I like making loops with code using pico-8 and since I never posted any here, I'll repost my favorites one!
Theme : Swing
Code in comments!
Theme : Swing
Code in comments!
Comments
::★::
c=circfill
cls()q=sin(t)/9-.25
for i=2,0,-1 do
🐱=.0025*i*s
x=cos(q+🐱)*l+64
y=sin(q+🐱)*l-9
fillp(750^(i-1))
line(64,y-l,x,y,6)
c(x,y,20,10-i)
c(x,y,15,9)
c(x,y,1,10)
end
s=p-x p=x t+=.02 flip() goto ★