ScratchData LogoScratchData
Back to VedicUser108's profile

Remix and add yourself as a bunny

VEVedicUser108•Created December 24, 2023
Remix and add yourself as a bunny
0
0
3 views
View on Scratch

Instructions

Remix and add yourself as a bunny!

Description

while True: sleep(0.5) canvas.delete("all") x = randint(0,300) y = randint(0,300) x2 = randint(0,300) y2 = randint(0,300) rand_index = randrange(len(color_list)) rand_color = color_list[rand_index] canvas.create_line(x, y, x2, y2, fill=rand_color, width=10) window.update()

Project Details

Project ID944105240
CreatedDecember 24, 2023
Last ModifiedDecember 26, 2023
SharedDecember 24, 2023
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root