Rank: Member
Groups: Registered
Joined: 4/13/2021(UTC) Posts: 15 Location: Düsseldorf
|
Hi,
Please help me! I have 3 titles 1- weather.gtzip 2- currency.gtzip 3- qbcode.gtzip
I want script for looping 3 titles for ever, duration every title on screen 5 seconds and all on Overlay 2 is that possible? if yes please help me by writing script... I have VMIX 4K
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/16/2017(UTC) Posts: 578 Location: jamaica
Thanks: 77 times Was thanked: 32 time(s) in 31 post(s)
|
I don't know what you are trying to do, but try using a ticker for that....It will run until you stop it....similar to what you see at the bottom of the screen on CNN and other news channels....or, you can do triggers...do a forum search for using triggers...or, pm me a PNG file of your titles, show me what you want to get done, and I will try to see if I can help you...NO guarantees, but I will try....
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/13/2021(UTC) Posts: 15 Location: Düsseldorf
|
Thank you Joeboe
its totally different from Ticker modes. So here what I have: I have tv slide show mode, and a lot of caption which linked to google sheet and then to Appsheet I need to loop 3 titles (everyone 5 seconds) which created by GT title designer linked to 3 sheet of google sheet
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/13/2021(UTC) Posts: 15 Location: Düsseldorf
|
This script is working well but how I can loop it for unlimited time?
Function=OverlayInput2In&Input=weather Sleep 5000 Function=OverlayInput2In&Input=currency Sleep 5000 Function=OverlayInput2In&Input=qrcode.gtzip Sleep 5000
|
|
|
|
Rank: Member
Groups: Registered
Joined: 4/13/2021(UTC) Posts: 15 Location: Düsseldorf
|
I found it, here is the Code:
Do While true
Input.Find("weather").Function("OverlayInput2In") Sleep(5000) Input.Find("currency").Function("OverlayInput2In") Sleep(5000) Input.Find("qrcode").Function("OverlayInput2In") Sleep(20000) Loop
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/16/2022(UTC) Posts: 1
|
Originally Posted by: Suhil Hi,
Please help me! I have 3 titles 1- weather.gtzip 2- currency.gtzip 3- qbcode.gtzip
I want script for looping 3 titles for ever, duration every title on screen 5 seconds and all on Overlay 2 is that possible? if yes please help me by writing script... I have VMIX 4K
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
@sophie878 Solution above !! Originally Posted by: sophie878 Originally Posted by: Suhil Hi,
Please help me! I have 3 titles 1- weather.gtzip 2- currency.gtzip 3- qbcode.gtzip
I want script for looping 3 titles for ever, duration every title on screen 5 seconds and all on Overlay 2 is that possible? if yes please help me by writing script... I have VMIX 4K
Thanks
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close