I have a HD2000 unit with a script that is currently in operation where it plays a video in loop forever until a barcode is scanned. What I would like to do is change the script in the following manner: I would like to play Multiple files in a loop until the barcode is scanned. The the barcode section of the script would "do its thing" and return to the loop.
VIDEOMODE,1024x768x60p,,,,,,, IMAGEMODE,3,,,,,,, EVENTS,,keyboard:49,keyboard:50,keyboard:51,keyboard:52,keyboard:53,timeout:4,videoend STATE,AttractLoop.mpg,PrizeWheel1.mpg,PrizeWheel2.mpg,PrizeWheel3.mpg,PrizeWheel4.mpg,PrizeWheel5.mpg,,AttractLoop.mpg STATE,PrizeWheel1.mpg,,,,,,,AttractLoop.mpg STATE,PrizeWheel2.mpg,,,,,,,AttractLoop.mpg STATE,PrizeWheel3.mpg,,,,,,,AttractLoop.mpg STATE,PrizeWheel4.mpg,,,,,,,AttractLoop.mpg STATE,PrizeWheel5.mpg,,,,,,,AttractLoop.mpg Any advice?