Hey guys, let me just apologize in advance in the case that a similar forum thread exists - unfortunately I have not been able to find it.
My friend and me are making a horror adventure demo in Construct and got stuck on "action after arrived" programming. Let me explain what I mean by that.
We have successfully implemented 8-way character movement and animations while moving in our rooms (e.g. layouts). Now we have a small problem with getting the right event order for our character to change rooms.
We would like to be able to perform this:
1. if mouse (left click) on door (sprite)
2. character walks to door
3. character changes room (e.g. layout)
The movement and the layout change work fine on their own but I can�t seem to get the system to wait for the player to arrive at the door before the system goes to the other layout.
I have tried setting another condition that would wait for the player to arrive (path-finding - on arrived) but Construct wont let me combine it with the mouse� left-click on door because of triggering issues.
Any help on this would be much appreciated. Let me know if you need any screenshots or more info.
<img src="http://oi61.tinypic.com/2drwbyq.jpg" border="0" />