Hey everyone, I just downloaded Construct 2 and started working on a little project. Seems like I've already ran into a snag and I just can't figure out what's causing it or how to remedy it. I figured I'd post on here and see if another set of eyes could spot the problem.
Basically I have a frog sprite (which is currently using the facebook icon as a placeholder lol) that I want to jump to the location that is touched or clicked. Everything is working properly for the most part, the only issue is that sometimes when I keep clicking while the sprite is moving it will never end its jump and simply continue on its current path off the screen. It only happens once in awhile while clicking during the jump. I should also point out, the LZ sprite seems to be destroyed appropriately, but the jumping boolean isn't toggled in the same event.
Here's a link to the .capx:
http://dl.dropbox.com/u/16884361/Test.capx
Thanks in advance for any help.