Why? It's just a dropbox download link. Were you trying download it on mobile phone?
Simply a door that rotates on it's hinge joint. Try open the capx.
Old capx probably it gives you an idea:
dropbox.com/s/pz9fwnnb9i4e7no/turn_door_hit.capx
onicstudios.wordpress.com/2016/10/21/fun-door-shoot
It'a tank that could replace scorpion buddy (or other way) that shoot a big bullet that when hit a door will make it turned a bit. Bouncing bullet just give another gameplay possibility.
I use json to save level in my level editor and able to iterative named the level. onicstudios.files.wordpress.com/2015/06/pix_editor.gif
You do not have permission to view this post
I like 'Cool Contemplation'. It has a vibe that tag with puzzle genre.
Use loop 'for' and you are good to go. Divide layout width & height by sprite width/height then feed it in loop parameter. Add an offset in expression so it will align within layout.
I think it would be okay that way. Therefor demo sample encourage user to develop their own game further.
Astar technique would be your friend. Here my example (capx) but not utilizing pathfinding behavior;
dropbox.com/s/ibrle5bdb4rhmfy/path_touch.capx
Neat figurative maze generator R0J0! Giving more aesthetic to the puzzle and ease to level creation.
Very nice couples of projects you made there matte. It's a valuable resource for me personally to learn some stuff to achieve specific mechanic.
There is monthly subscription at least you can take with current circumstances.
Develop games in your browser. Powerful, performant & highly capable.
It would be exciting to see tutorial on circular maze that includes maze generator and path finding solution.