Sha256: edb7dd2e6e7e6c6d5834024b444fd7d256cf043a6e6739d0f52c2ef1a087de73
Contents?: true
Size: 288 Bytes
Versions: 6
Compression:
Stored size: 288 Bytes
Contents
# Same snippet as http://shoes.heroku.com/manual/Events.html#motion{|left,top|...} require 'purple_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
6 entries across 6 versions & 1 rubygems