Hello,
I am building a business game with a many to many relationship comparing objects.
In the proof of concept stage I allow the score to increase if you repeat comparing two objects.
I am thinking that instance variables might be a way to limit the number of times that the score is increased when two images collide.
Does this sound like a good way or is there other ways I should consider?
Additional Details. The game I have has 4 drop zones in the corners of the screen with scrolling objects sliding across the screen. The player drags and drops the object to the drop zone if correct they get points, and should then move the element to the other drop zones if they feel it applies. Currently in the proof of concept they could increase the score the by repeatedly comparing the 2 elements.
Any ideas greatly appreciated.
Thanks
Tim