amagine a spinning wheel with an arrow in the middle. every time the arrow points(or slightly overlaps) i would like the number to light up/or change color when collide or overlaps with the arro
Rule Actor receives event |overlaps or collides| with |actor of type| spinnerArrow --changeAttribute |self.color.Pick1 To: 0 Otherwise: --changeAttribute |self.color.sameColor To: 1
Comments
Rule
Actor receives event |overlaps or collides| with |actor of type| spinnerArrow
--changeAttribute |self.color.Pick1 To: 0
Otherwise:
--changeAttribute |self.color.sameColor To: 1
MH