Me and a couple of friends are using Construct for my first major game project, and although v0.9x isn't perfect it really is helping us create this game quickly and efficiently. Here's an example CAP of the first level, with preliminary graphics: http://dl.dropbox.com/u/3877194/ILostmy ... review.cap
However there are some areas in which better documentation would be great. I've had trouble finding info about layer zoom and z elevation.
In the example you can see that I'm going for this pseudo-3D parallaxy thing using zoomed layers. Afaik, the only difference between zooming layers and changing Z elevation is that objects of a zoomed layer never go behind or in front objects on other layers, while objects changing Z elevation can do just this (with the 3D layering option checked). Is this correct, and am I using zooming the "correct" way? I took this from the Spaceship Demo, and it would be great to know before making a lot of levels.
Secondly, is anyone aware of the bug where shadow caster shadows are offset on sprites or tiles? See attached picture. Top box is a tile, bottom is a sprite. However, I later had the same problems on sprites. Tried changing hotspot placement but that only fixed it sometimes. Very strange. In the end I had to create a separate shadow caster sprite object, the one marked with a black cross in the CAP, for this to work reliably.
<img src="http://img560.imageshack.us/img560/6118/shadowcasterproblem.png">
Thanks in advance!