I actually working with Prime 5.7 which is probably not the good version to do what I need and I will probably need a studio version....
Anyway I have searched with Prime how to do what I need and wanna share.
I need to put online a scene compose of one major graphic that I have to associate 4 other graphics depending of the situation.
With keyboardmap scripting you can take online the scene on a shortcut that put the material number (1, 2, 3 or 4) visible.
Here I use the "SetPlayRange" fonction on the keyboard map. The scene was created with 4 parts.
First part from image 1 to image 5 : material 1 is visible,
Second part form image 6 to image 10 : material 2 is visible… etc
Then 4 shortcuts are implement in keyboardmap with a "set play range" that play the scene from image 1 or 10 or 15 or 20 depending of which material I need to put online but using only one scene.
For the 2 counters and material visibility I don't have access to widgets parameters or shortcuts with visualLogic.
I was thinking to have 2 texts field for each counter. The first one is just a text field set at 0 "score1" and the second one is the counter "counter1".
Then compare the 2 value of those texts and if "counter1" is greater than "text1" set the visibility of the graphic and replace the value of "text1" by "counter1"
I have tried several scripts but it doesn't work ïŠ
I also tried with one more text field : "store1" in which I store a value 0 when the counter1 increase and value 1 when counter2 increase in order to set the visibility of my 2 materials
It's doesn't work neither ïŠ
#XPression