Sha256: 7b59ca3aa0fd037600905d2c2df69799b92bb02f404079d50e5479781368a691

Contents?: true

Size: 512 Bytes

Versions: 84

Compression:

Stored size: 512 Bytes

Contents

# frozen_string_literal: true

b=box
b.circle({left: 0, top: 0, tag: {group: :to_grid}})
b.box({left: 120, top: 120, tag: {group: :from_grid}})
b.circle({left: 240, top: 240,  tag: {group: :from_grid}})
b.box({left: 330, top: 330,tag: {group: :to_grid}})
b.box({left: 330, top: 600,tag: :no_tag})


wait 1 do
  tagged(:group).each do |atome_id|
    grab(atome_id).color(:green)
    wait 1 do
      tagged({group: :to_grid }).each do |atome_id|
        grab(atome_id).color(:blue)
      end
    end
  end
end




Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
atome-0.5.7.6.5 vendor/assets/src/medias/utils/examples/particles/tag/example.rb
atome-0.5.7.6.0 vendor/assets/application/examples/tagged.rb
atome-0.5.7.5.9 vendor/assets/application/examples/tagged.rb
atome-0.5.7.5.4 vendor/assets/application/examples/tagged.rb
atome-0.5.7.5.3 vendor/assets/application/examples/tagged.rb
atome-0.5.7.5.1 vendor/assets/application/examples/tagged.rb
atome-0.5.7.4.8 vendor/assets/application/examples/tagged.rb
atome-0.5.7.4.7 vendor/assets/application/examples/tagged.rb
atome-0.5.7.4.6 vendor/assets/application/examples/tagged.rb
atome-0.5.7.4.3 vendor/assets/application/examples/tagged.rb
atome-0.5.7.4.2 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.9 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.6 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.5 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.3 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.2 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.1 vendor/assets/application/examples/tagged.rb
atome-0.5.7.3.0 vendor/assets/application/examples/tagged.rb
atome-0.5.7.1.8 vendor/assets/application/examples/tagged.rb
atome-0.5.7.1.7 vendor/assets/application/examples/tagged.rb