Hey. I'm new to Construct 2, and I've run into a problem. I'm making a 2D sidescroller-platform game, and I'm trying to create the AI. However, the AI just runs in place, and I'm trying to get him to walk right and left, while staying between the two invisible blocks. Here is a screen shot of my event sheet:
<img src="http://raynefreitag.com/con2/con2.png" border="0" />
goblin: The box sprite I'm trying to move
goblin_animation: The animation for the box sprite
edge: The two invisible blocks I created to stop the sprite from going off the cliff
Thanks in advance!