I spawn some objects, move them around, and then interact with them. Note the many successful interactions where I do a Number action on one object and both get updated, as desired. Then near the end, despite my doing nothing special, the objects lose their setNumber methods (which are what the onNumberAction is trying to call). Not shown is that they also [probably] lost another method that onPrimary would be calling if I kept incrementing the counters.