#s

1 messages · Page 1 of 1 (latest)

coarse jackal
#

could just use vector rotations but alright

#

you'd need to swap the loop order

#

so have the outer loop be the duration and have the wait in it

#

and the inner loop be each circle

coarse jackal
#

you misunderstood something

#

    loop circle count times:
        draw circle loop-value-2
    
    wait 1 tick```