I'm having a problem pinning specific instances to each other (and keeping them where they should be).
To save some time, I'll explain what these events do:
(1) Five "Card" instances are created, each with different instance variables (no problem here)
(2) Per each "Card", 4 instances of "Text" are spawned at 4 image points (no problem here; everything is going to the right place)
The problem is that upon clicking and dragging the 1st "Card" in the hand, ALL of the pinned "Text" from ALL of the "Card" objects moves with it.
I greatly appreciate any help. Thanks!
<img src="http://drivegle/ucexport=view&id=0B0cL7pK7ARK7RHhQMWtUcFV0cjg" border="0" />
drive.google.com/uc
EDIT: I figured it out.