I need to know what I need to do script-wise, to accomplish the following:
- Enter text in a single location to populate 10 different scenes (formatting and placement are identical, I just need a type once, set everywhere functionality)
- Trigger a script to run at a specific time... perhaps to execute when a particular keyframe happens
- This one might be harder, but I also need to have a script work in a progressive way, so that as say 5 scenes play out, the script state enabled by scene 1 carries over to scene 2, and that script executes, and then both states remain for scene 3, etc, Basically this is to do with text highlight states.. when scene 0 plays, all the 0's will highlight, then say scene 4 plays, I want all the 4's to highlight while the 0's remain highlighted, etc.
I already have a script for making individual numbers in a string highlight (thanks again, Antoine), but I need to expand upon it to have the above functionality if possible. The first 2 being more pressing than the third.
Thanks Guys!
- Willie