- Home
·
- Graphics
·
- Creates an effect of two circles that have a shifting mirror between them.
Creates an effect of two circles that have a shifting mirror between them.
Creates an effect of two circles that have a shifting mirror between them.
Rate Creates an effect of two circles that have a shifting mirror between them.
(1(1 Vote))
red = rnd * 255
blue = rnd * 255
green = rnd * 255
Circle (x,y), 400, rgb(red,green,blue)
Circle (y,x), 400, rgb(red,green,blue)
Creates an effect of two circles that have a shifting mirror between them. Comments
No comments yet — be the first to post one!
Post a Comment