Hi,
in the cue Properties there is the Pangoscript Tab available with "Cue Start" and "Cue End" section to execute script (the same is resp. on the event-Tab of an object in the timeline available). OK - So far.
I'd like to set the (for example) the x-position randomly of ONLY this Cue, where the script is implemented and not for all:
When I' calling the following script in the "cue Start" Section of a Cue from the workspace (or resp. on the "On enter Event" at the timeline):
PositionX RandomIn(-100, 100)
... it's workinf fine - BUT now ALL cues started from this timestamp got this x-position. The x position seems to bee adjustet at "top level"
I only want to set the x-position from the calling Cue / timeline Event.
So I'm looking for an universal qualifier , reference-keyword to the calling object or something like that to get the calling cue / event and then set its position. Is this possible?
Using fixed ObjectNames or CueNames is not what I'm looking for because then I've to adjust the script on each cue again. I'm looking for an general / univeral scipt Command.
Can anybody give me a hint or lead?
Thank you
in the cue Properties there is the Pangoscript Tab available with "Cue Start" and "Cue End" section to execute script (the same is resp. on the event-Tab of an object in the timeline available). OK - So far.
I'd like to set the (for example) the x-position randomly of ONLY this Cue, where the script is implemented and not for all:
When I' calling the following script in the "cue Start" Section of a Cue from the workspace (or resp. on the "On enter Event" at the timeline):
PositionX RandomIn(-100, 100)
... it's workinf fine - BUT now ALL cues started from this timestamp got this x-position. The x position seems to bee adjustet at "top level"

I only want to set the x-position from the calling Cue / timeline Event.
So I'm looking for an universal qualifier , reference-keyword to the calling object or something like that to get the calling cue / event and then set its position. Is this possible?
Using fixed ObjectNames or CueNames is not what I'm looking for because then I've to adjust the script on each cue again. I'm looking for an general / univeral scipt Command.
Can anybody give me a hint or lead?
Thank you
