It's definitely possible. Others could contribute the discussion on the best way to pull it off but you could do it by way of sprite animations to show the movement. It looks like it could even be done by having one object move to the left as the other is moving to the left. Construct 2 incorporates many of the mobile inputs like touch, hold, drag & drop. These could be useful. The 'one at a time' looks like it could be done by simply moving objects across the screen using X,Y movement and then make use of layers to make sure that the ones moving off screen are no longer visible. There will be many ways to do this kind of thing. I was taking a look at the 3D carousel style where the objects are in a kind of ring where the one in view is biggest, this can be achieved with slider bar objects and increasing size as it comes closer to the centre. For the 'autoplay' there are timers or 'every x seconds' events to achieve this. C2 is without a doubt capable of making all of these things.