Profile

Roman Yaroshenko

Contact Details

My Content

1 to 20 of 50+ total
Posted By Roman Yaroshenko 12-02-2024 02:33
Found In Library: Graphics
Posted By Roman Yaroshenko 12-02-2024 02:33
Found In Egroup: Graphics
\ view thread
Hi everyone Emilio look the attached project ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 11-15-2024 14:39
Found In Egroup: Graphics
\ view thread
Hey all! Michele, I added a service object to the scene. If it is enabled/visible, the clip plays in a loop, if not, it plays from beginning to end. Regarding Tessera, I have no experience with it. ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ...
Posted By Roman Yaroshenko 11-15-2024 14:38
Found In Library: Graphics
Posted By Roman Yaroshenko 11-15-2024 04:30
Found In Egroup: Graphics
\ view thread
Thank you, Simon. I'll keep that in mind. ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 11-15-2024 02:58
Found In Egroup: Graphics
\ view thread
Hi Michele. Sorry. Something went wrong. I see that the file does not have a script in the hotkey. Here is the script. Paste it into the hotkey script action. Dim fb As xpOutputFrameBuffer engine.GetOutputFrameBuffer(0, fb) Dim tessera As xpTessera = engine.Tessera Dim scn As xpScene If fb.GetSceneOnLayer(0, ...
Posted By Roman Yaroshenko 11-14-2024 03:10
Found In Egroup: Graphics
\ view thread
Hi Michele! Here is a project with play/pause video clips. When you press 5 on the numpad, the clip pauses if it was playing and it starts playing if it was paused. In Studio, it plays as it should. For Tessera, you will need to change the script a little. You will need to put the PlayStop.kbd file ...
Posted By Roman Yaroshenko 11-14-2024 03:10
Found In Library: Graphics
Posted By Roman Yaroshenko 11-06-2024 04:12
Found In Library: Graphics
Posted By Roman Yaroshenko 11-06-2024 04:12
Found In Egroup: Graphics
\ view thread
Hi, All. Jake see the attached project. How it works in the project: there is a hidden text object that receives the data. The Scene Director has script events in which the text from the hidden text object is passed to each visible text object before it appears on the face . ------------------------------ ...
Posted By Roman Yaroshenko 10-31-2024 15:12
Found In Egroup: Graphics
\ view thread
I've changed the scripts. And don't use 'engine.GetSceneByName("SORT_SCENE2", mscene, false)' in this case, only 'scene'. Part Yor script must be look like scene.GetObjectByName("L_TOP", top) scene.GetObjectByName("L_BLUE", blue) scene.GetObjectByName("L_PINK", pink) scene.GetObjectByName("GREEN", ...
Posted By Roman Yaroshenko 10-31-2024 15:11
Found In Library: Graphics
Posted By Roman Yaroshenko 10-31-2024 07:54
Found In Egroup: Graphics
\ view thread
Hi, Ronen. MoveTo works as usual. Have a question: what kind of engine you use for pushing the script to run? ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 10-30-2024 07:06
Found In Egroup: Graphics
\ view thread
Hi everyone. John, try doing it this way: 1. Creat bat file with robocopy string like this : robocopy \\(XXX.XXX.XXX.XXX)\(FOLDER)\ C:\media\ *.avi /S /MIR (mirroring from the net folder to local). And run this bat file using scheduler of your comp (exemple one time in 5 minet) 2. If you use template ...
Posted By Roman Yaroshenko 10-22-2024 13:03
Found In Egroup: Graphics
\ view thread
Glad helped you. ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 10-22-2024 13:02
Found In Egroup: Graphics
\ view thread
I'm glad helped you. ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------
Posted By Roman Yaroshenko 10-22-2024 04:27
Found In Egroup: Graphics
\ view thread
Hi Garrett. I changed your animation scheme, I think it works better (auxiliary object with one animation and VisualLogic). And in your project you do not need to publish text objects. You need to change widjet data in the Widgets panel ------------------------------ Roman Yaroshenko chief specialist ...
Posted By Roman Yaroshenko 10-22-2024 04:27
Found In Library: Graphics
Posted By Roman Yaroshenko 10-22-2024 03:46
Found In Egroup: Graphics
\ view thread
Hi Avery. The problem is that when you put a script on OnSetText, it runs before the other text object receives data from DataLinq. So do this: 1 create an additional SceneDirector, place an Event with the script below on the first frame. Dim shown, data As xpTextObject Dim dir As xpSceneDirector ...
Posted By Roman Yaroshenko 10-09-2024 14:44
Found In Egroup: Graphics
\ view thread
Hi everyone! Here is the completed project ------------------------------ Roman Yaroshenko chief specialist RBC-TV Moscow Russian Federation ------------------------------