21 posts
Posted 22 January 2013 - 05:41 AM
So I'm trying to make a movie theater. I want it to print things on the monitor (which I am having it do) but then when I try to run the secret/alongtimeago thing with shell.run ('secret/alongtimeago") it runs it on the computer instead of the monitor. How do I make it run on the monitor instead?
2088 posts
Location
South Africa
Posted 22 January 2013 - 05:58 AM
You need to specify the peripheral it must play on
shell.run("monitor", "left", "secret/alongtimeago") -- where left is the side of the monitor in respect of the computer
21 posts
Posted 22 January 2013 - 06:06 AM
You need to specify the peripheral it must play on
shell.run("monitor", "left", "secret/alongtimeago") -- where left is the side of the monitor in respect of the computer
Thanks so much! Now my movie theater actually works! Now I just got to make it look good and build 3 more theatres and make some of my own movies. Dang it.