suggestion: path following
Alright, I need to have a bunch of marble sprites follow a path in a tube (or half-pipe) picture. This could be a built-in feature of Construct, a behavior. I could set a start point, an end point, and a path (an invisible line) for the behavior. Everything with "follow path" checked in their properties would connect to the path on contact with it... or could be coded to connect only to objects already on the path.
Obviously, this would allow one to make a game similar to Zuma or Sparkle, and I believe I would actually like to make a game like those. I'm not sure if I could do it without some sort of behavior built into Construct, but I've done similar things in ActionScript 1.0, so I'm positive it can be done.