Setting Animation Frame stops event firing?

0 favourites
  • 5 posts
From the Asset Store
Selection frame like in RTS games, works both on mobile and desktop devices.
  • <img src="http://i.imgur.com/R0kAG.png" border="0" />

    So when a mosquito flies over a hand object it should continually subtract one from the health.

    However the event only fires the first time.

    If I disable the "set animation frame" action then health is continously decreased.

    What is going on?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • ok this is easy to fix .

    click on the object > then click on animation "edit" in the left side > click on the animation you want (eg. move the one that you want to make it continue moving) then see in left side there is a speed,loop...

    click on loop to "yes". and done!

    i can't imagen what you are working on so this the thing i knew about animation!

  • Thanks for the reply, but it doesn't seem to make the difference.

    I set loop to yes. Speed is at 0. (I don't actually want to animate it)

    I just want to display a different picture on contact.

    Frame 0 is black mosquito.

    Frame 1 is red mosquito.

    When the mosquito touches the hand it should turn red and continue to subtract 1 from the health when still touching.

    I set the frame to 1 so it turns red, but it no longer subtracts 1 from the health, except the very first time.

  • Check the collision polygon for the frame 1, it's probably not overlapping the hand anymore.

    To be sure, post your capx on the forum. (host it on dropbox)

  • Aha!<img src="smileys/smiley38.gif" border="0" align="middle" />

    Excellent, I must have changed the collision polygon between frame.

    Got it working now, thanks!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)