Sha256: ce97b29ede85a8876c5e4671a09c5e43a31dd4ed8033042c49a5d6d05c1f7bd6

Contents?: true

Size: 211 Bytes

Versions: 4

Compression:

Stored size: 211 Bytes

Contents

# frozen_string_literal: true

b=box({ left: 12, id: :the_first_box })
b.touch(true) do

  alt=b.alternate(true, false)
  if alt
    b.color(:green)
  else
    b.color(:red)
  end
  allow_right_touch(alt)

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
atome-0.5.7.6.5 vendor/assets/src/medias/utils/examples/particles/right/example.rb
atome-0.5.7.6.0 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.5.9 vendor/assets/application/examples/allow_system_right_click.rb
atome-0.5.7.5.4 vendor/assets/application/examples/allow_system_right_click.rb