Hey Construct Community,
I've created a pretty neat enemy dueling AI, but it has one problem. When the player enters the enemy's attack box, the enemy attacks the way it should the first time, but on its next attack it won't stop attacking and "breaks".
The events are at the very bottom of the event sheet.
Capx: https://www.dropbox.com/s/28wddcskoi9l9 ... pg1.2.capx
Could not download. Could you attach to the post instead?
Attached to post.
Check it!
[attachment=0:1ri78cxq][/attachment:1ri78cxq]
Whoa how did you fix it?!
Thanks a bunch!
Develop games in your browser. Powerful, performant & highly capable.
I put the wait event inside the On animation finished. For some weird reason having it on the other event, which I deleted, was creating a quick loop. O.o
Very clever. Would this be considered a bug? Should I report it?