Well let's test if the container indeed isn't working. We can do this by temporarily disabling the events. Disable all those events in your photo except for the first one (sentryEye: selectOrMove="select"). Next disable all the actions in that event and then add some simple action to see if the objects are indeed being picked. Something like this will work:
sentryEye: selectOrMove="select"
--- SentryEye: rotate clockwise by 1 degree
--- Scout: set opacity to 50
--- SentryEyeDot: move forward by 1 pixel
or alternatively instead of adding those actions, enable all that event's actions except the one that changes selectOrMove.
With that you should be able to verify if the container is working or not. Ideally you'd have multiple instances.
If it doesn't work at all, then take a look at the value of selectOrMove in the editor. Is it "select"? Beware of case sensitivity.
EDIT:
if all else fails post or pm me the capx and I can find exactly what's amiss. First I'd look at the variables, next I'd look for other events that modify selectOrMove and finally I'd disable most of the events (like above) and enable them a bit at a time and verify they're doing what you intend.