Graphics

 View Only
  • 1.  Script Editor Events

    Posted 11-03-2016 20:28
    I have an election full screen that has a script that auto populates pictures based on the last name of the candidate. When switching between pages, it updates the text on the screen first then the picture. Slightly awkward. I put the script in the OnRender event, which solved the problem, but it really bogs down the system and takes 3 seconds to load between pages. Where can I find a description of each of the events? For example, what's the difference between OnSceneOnline and and just OnOnline?


  • 2.  RE: Script Editor Events

    Posted 11-04-2016 04:16
    In newer versions of the software you can just hover over the event for a description.

    OnOnline is called when this scene goes online.
    OnSceneOnline is called when this scene is already online and another scene is going online on a different layer (it could be used for doing transition logic type things).

    #XPression