Sha256: cc3d522f9cab4dfe0b9707da9f48328de82b253bd754b0708fdcdb9aedc3151f
Contents?: true
Size: 294 Bytes
Versions: 27
Compression:
Stored size: 294 Bytes
Contents
# Same snippet as http://shoes.heroku.com/manual/Events.html#motion{|left,top|...} require '../lib/green_shoes' Shoes.app width: 200, height: 200 do background black fill white @circ = oval 0, 0, 100, 100 motion do |top, left| @circ.move top - 50, left - 50 end end
Version data entries
27 entries across 27 versions & 1 rubygems