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?