Posted 01 November 2017 - 04:54 AM
This is a 3 part question, all of which deal with a system I am working on for myself. I'd really appreciate any help or advice you'd be able to give.
1. So I wrote this program as a startup menu where you can click on the option obviously. But it only detects the click when it is in the little box I have written [ ]. Is there something I can do to make it if it is clicked anywhere in the text?
https://pastebin.com/j1tzRi9t
2. So this is a program that works really well for remote control turtles, it just uses basic broadcast rednet and stuff and it's pretty cool (I can link the TurtleInstall if you'd like) but the only problem I am having is it isn't compatible with the step 1 program. When I click on it it I just get an error with a line number that has nothing wrong with it? I'm assuming it is because of the looping system in the first program. I'm not too great at anything past basic computercraft so I haven't made my own APIs or OSs or anything fancy but the program I am working on now is essentially a personal operating system for me to use with a bunch of useful programs.
https://pastebin.com/f39FWPcg
3. Lastly I haven't been able to find this anywhere but how do I load an image that only appears while that specific program is running and then disappears or is only shown temporarily?
Thank you so much for your help I really appreciate it!
1. So I wrote this program as a startup menu where you can click on the option obviously. But it only detects the click when it is in the little box I have written [ ]. Is there something I can do to make it if it is clicked anywhere in the text?
https://pastebin.com/j1tzRi9t
2. So this is a program that works really well for remote control turtles, it just uses basic broadcast rednet and stuff and it's pretty cool (I can link the TurtleInstall if you'd like) but the only problem I am having is it isn't compatible with the step 1 program. When I click on it it I just get an error with a line number that has nothing wrong with it? I'm assuming it is because of the looping system in the first program. I'm not too great at anything past basic computercraft so I haven't made my own APIs or OSs or anything fancy but the program I am working on now is essentially a personal operating system for me to use with a bunch of useful programs.
https://pastebin.com/f39FWPcg
3. Lastly I haven't been able to find this anywhere but how do I load an image that only appears while that specific program is running and then disappears or is only shown temporarily?
Thank you so much for your help I really appreciate it!