Sha256: e180d354767dcc870ff8a856c3c82f35e8e54f7ce952bf9dc99d2769fb2309c7
Contents?: true
Size: 366 Bytes
Versions: 4
Compression:
Stored size: 366 Bytes
Contents
Shoes.app do background rgb(0, 0, 0) fill rgb(255, 255, 255) rects = [ rect(0, 0, 50, 50), rect(0, 0, 100, 100), rect(0, 0, 75, 75) ] animate(24) do |i| rects.each do |r| r.move((0..400).rand, (0..400).rand) end end button "OK", :top => 0.5, :left => 0.5 do Shoes.quit unless confirm "You ARE sure you're OK??" end end
Version data entries
4 entries across 4 versions & 2 rubygems