Author Topic: Multi Show script  (Read 875 times)

Offline kenlmcse

  • Jr. Member
  • **
  • Posts: 19
Multi Show script
« on: September 14, 2011, »
My real show runs from 6 till 10pm. I turn the signs on and a couple of lights at 5pm. I have a 1 minute and 30 second song/announcement about the show that loops from 5 until 6pm.

Is there a better way to do this other than this script? This works just wonder if this is the best way to do it....

10 REM *
20 REM * Set ONPLAYBACK TO 90 instead of 1000
30 REM *
40 ONPLAYBACKEND 100
45 REM SET FIRST SONG var
50 LET NextItem=1
80 REM *
85 REM * Loop counter start at 1
86 REM *
100 LET LOOP= LOOP + 1
105 IF LOOP > 40 THEN 155
110 PRINT "At:", FORMATDATETIME$(NOW,5)
120 PRINT "Loop Count:",LOOP
125 REM * PLAY Song 1 and ONLY 1
130 PLAYITEM 1
140  WAIT
145 REM * Ck loop var if less than 44 (1 hour) then go to 100
150 IF LOOP < 40 THEN 100
155 REM *
156 REM * Continue to orginal Script - set variables and locations back to org values
157 REM *
160 LET LastItemPlayed=NextItem
165 ONPLAYBACKEND 1000
170 GOTO 1100
.....
Of course the rest of the script goes here....
« Last Edit: September 14, 2011, by kenlmcse »

Offline dowdybrown

  • Moderator
  • Sr. Member
  • *****
  • Posts: 358
    • Gleannloch Christmas
Re: Multi Show script
« Reply #1 on: September 15, 2011, »
You won't need a script to do this scenario using the forthcoming release.

Matt
Matt Brown
You are not allowed to view links. Register or Login

Offline kenlmcse

  • Jr. Member
  • **
  • Posts: 19
Re: Multi Show script
« Reply #2 on: September 15, 2011, »
very cool!

Offline Rainlover

  • Coop Admin
  • Sr. Member
  • *
  • Posts: 1739
  • 97055
Re: Multi Show script
« Reply #3 on: September 15, 2011, »
 <pop..
Life isn't about how to survive the storm, but how to dance in the rain!