View Full Version : Elections Are Near
chyronjunkie
02-15-2006, 10:45 PM
Does anyone have a script for LeaderPlus? This is my first year with Chyron, never done elections with this machine. Any of you used to work on an FXDeko you know how easy it was for elections. 4 Weeks away from the first set of primaries. If you have a script that works can you attach it to your thread? please :)
Before I used a FXDeko that used a custom typeface for headshots. Now I have a Chyron HyperX, how do I use headshots for elections?? What's the step used? Please this is very important.
Nevermind, unless I'm wrong, characters come from the Custom Font Editor?
DuetGuy
02-17-2006, 07:10 AM
what kind of script? a leader script, or a chyron page with the templates? and what exactly are you looking for; lower 3rds, fullscreens, candidate pics, bar graphs?
Sparky
02-17-2006, 12:47 PM
Here is a fullscreen Leader script. Beware we use LeaderPlus ver. 4.3...upgrade, schupgrade! Now a lot of this is geared to our look and
how we display stuff, but you should be able to hack something together.
Hell, I did it and if I can do it anyone can!
!START
define cg_type 'infinit'
clear
define fld '\\'
include inf.tab
define cpp 2
define tens_char '7'
define ones_char '8'
buffer 'M\\D/NEWS/messages\\\\' CR LF
send
!END
!RACE START
define cpp 3
define sort 'True'
if [proposition]
define cpp 2
define sort 'False'
else
if [yesno3]
define cpp 2
define sort 'True'
endif
endif
!END
!PAGE START
clear
buffer 'W\\12000\\'
if [proposition]
buffer '12015\\'
else
if .[on page] = 3
buffer '12016\\'
endif
if .[on page] = 2
buffer '12015\\'
endif
endif
if [yesno1]
buffer [other1] fld
endif
buffer [title1] fld [title2] fld
!END
!CAND
if [proposition]
buffer ' ' fld [last name] fld ,[%]'%' fld [votes] fld
else
buffer [logo] fld [last name] ' ' fnt4 [cother1] fld ,[%]'%' fld [votes] fld
endif
endif
!END
!PAGE END
if [yesno2]
buffer [other2]
endif
if [precinct %] = 0
buffer ' ' fld ' ' fld ' ' fld 'Absentee' fld 'Ballots Only' fld
else
buffer ' ' fld [precinct %] '%' fld 'Precincts Reporting' fld ' ' fld ' ' fld
endif
endif
buffer fld '\r\n'
send
clear
buffer KB1 CLRA AUX1 AUX2 AUX0 AUX0 AUX0 READ GBKB
send
if [on air]
buffer KB1 XFER GBKB
send
else
if prompt
buffer KB1 XFER GBKB
send
end if
clear
!END
!RACE END
clear
!END
!AIR END
!END
chyronjunkie
02-17-2006, 03:15 PM
i've written many a script and it appears you're script is helpful. After reading the latest LeaderPlus info maybe I should've kept my FXDekoII, being Avid owns Deko now.
Thank you for the input.
cj