I have 20 objects (eg Hero, Enemy, Ball, Cloud). All of them have a boolean var "movable" which can be altered inside the game.
When player presses the right button i want to move all the object instances that are currently marked as movable. How can i pick them since they are from different objects? I have no access to families yet (just evaluating c3).