edited October 2014 in ORK Support
I make Loop Animation And Event to make...
1)- If Trigger Enter play Animation.
2)- If Trigger exit stop Animation.

The result is good..
But the problem every time you (Trigger Enter) play Animation from the beginning ( it should be continuous play animation).

So is there a way to play/resume and stop Loop Animation.

please help...
Post edited by AMMARORK on
  • sounds like your trying to save the animation at a certain point ? if thats the case i think you have to script that to save the animation at that state. i could be wrong though
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Sorry This isn't the case...

    Just i want to play the animation then stop it then resume it (play from the last stop)
  • yeah that was what i was saying for something like that you would have to save the animation on trigger exit and then when you entered again to resume it on trigger enter so that it dosent start all over again. but like i said before something like that will most likely need to be scripted unless gil says other wise
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • You could set the animation speed to 0 to pause it and back to 1 to play it again - either using a custom script (and calling it from the event) or using a legacy animation step.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • You are right... I can use Custom Script it is really easy.... But I want Control animation from Event System...
    ----------------------------------

    ((gamingislove :- You could set the animation speed to 0 to pause it and back to 1 to play it again))

    This is a good solution and it work very will

    thanks
Sign In or Register to comment.