playMaker

Author Topic: POSSIBLE BUG? Int Compare "greater than" making animation go faster  (Read 971 times)

thunder

  • Playmaker Newbie
  • *
  • Posts: 22
Im trying to detect when my 2d animation has finished, so I use "get animator current state info" and compare the loop value in a "Int Compare". I can get it to work normally but if I use "greater than", it strangely makes the loop value go crazy like if my animation was speeded up. See here:

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: POSSIBLE BUG? Int Compare "greater than" making animation go faster
« Reply #1 on: August 03, 2022, 12:06:21 AM »
Hi,
I will ping Alex.

Meanwhile you can try this custom action i have which plays an animation and has a wait for end of clip. (attachment below)


thunder

  • Playmaker Newbie
  • *
  • Posts: 22
Re: POSSIBLE BUG? Int Compare "greater than" making animation go faster
« Reply #2 on: August 03, 2022, 12:08:31 PM »
Hi,
I will ping Alex.

Meanwhile you can try this custom action i have which plays an animation and has a wait for end of clip. (attachment below)

Thank you, it worked fine for me.