Hi!
On start of layout I create two the same sprites "Hero" (with DragDrop bahavior)
with different instance variables:
HeroID="Left" and HeroID="Right"
Sprites "Hero" has one more instance variable: "Check"
I need to change instance variable "Check" from the sprite "Hero" with instance variable HeroID="Left" when sprite "Hero" with instance variable
HeroID="Right" is overlaping "SpriteOverlaping".
If shorter...
When "Hero" with HeroID="Right" is overlaping "SpriteOverlaping"
I need to change instance variable "Check" from "Hero" with HeroID="Left"
I can't solve this problem :) Need help :)