LUA : start animation / stop animation

  • #1, by nelsoncSunday, 01. February 2015, 05:05 10 years ago
    For documentation purposes. To start an animation "Music_100" :

    startAnimation(Animations['Music_100']) 
    


    To stop an animation "Music_100" :

    stopAnimation(Animations['Music_100']) 
    


    keywords : start animation , startAnimation , startAnimation(), stop animation , stopAnimation, stopAnimation()

    Newbie

    43 Posts


  • #2, by afrlmeSunday, 01. February 2015, 13:53 10 years ago
    Please could you tell me why you are providing these? I believe most function have already been documented by myself or other members of the VS team.

    Quick note: this page here, contains automatically generated pages with syntax & examples for most functions. The (CMS) pages are my own hand typed pages with easier to understand syntax & examples. I've still loads to type for the script index page.


    The scripting page also contains loads of useful syntax & examples for the more common vs & Lua functions.

    Imperator

    7278 Posts

  • #3, by nelsoncSunday, 01. February 2015, 17:19 10 years ago
    It is documented but not well indexed by the website search engine. For someone like me who doesn't know LUA neither the API it has been pretty hard to find this simple information with it. I ended up searching on visionaire-studio.net using google.

    So I wrote these posts in Q&A style (like http://stackoverflow.com/) with some keywords to have it indexed by the website search engine. It would have helped me a lot, so I'm doing it to save someone else some time.

    Newbie

    43 Posts

  • #4, by i-c-gWednesday, 13. January 2021, 10:59 3 years ago
    @nelsonc it worked! I found this, not the doc smile Thanks

    Newbie

    19 Posts

  • #5, by dionousWednesday, 13. January 2021, 14:00 3 years ago
    You can also check below for a ref guide:

    Forum Fan

    246 Posts