Press escape to exit fullscreen

{{sketch.instructions}}

CC {{sketch.licenseObject.short}}

Archived Sketch

This sketch is created with an older version of Processing,
and doesn't work on browsers anymore.

View Source Code

Capture Screenshot

Esercit. 4

{{$t('general.by')}}
size(450, 450); background(random(21, 360), random(0, 50), random(90, 100), 255); ellipseMode(CENTER); colorMode(HSB, 260, 130, 80); float angolo = 0; for(int y=0; y<=height; y+=30) { for(int x=0; x<width; x+=30) { angolo -= 40; resetMatrix(); translate(x, y); rotate(angolo); fill(random(20, 360), random(0, 50), random(90, 100), 140); noStroke(); ellipse( 50,50, 70,40); } }
We recovered an unsaved version of this sketch. Please review your changes below.

As a Plus+ Member feature, this source code is hidden by the owner.

  • {{co.title}}
    {{$t('sketch.mode-pjs')}} {{$t('general.learnMore')}}
    Select mode or a template
    {{liveCodeLink}}
    • {{l.url.substr(l.url.lastIndexOf('/') + 1)}}
    {{$t('sketch.layoutDescription')}}

    {{k.category}}
    {{k.label}}
    {{k.description}}

    {{$t('sketch.seeMoreShortcuts')}}

    Versions are only kept for 7 days.
    Join Plus+ to keep versions indefinitely!

    {{$t('general.joinPlus')}}


    {{$t('sketch.versionsSummarized')}}