91 posts
Posted 26 March 2015 - 03:44 PM
Hello. so i am making a adventure game called ur-adventures and i get some weird errors when drawing main logo.
Screen shots of code
http://scr.hu/0wm1/1hj5thttp://scr.hu/0wm1/zgyorAnd screenshot of error:
http://scr.hu/0wm1/4cgqjI need quick help with it. if anyone can send me fixed code, i will be proud.
btw: i use ccemuredux
3057 posts
Location
United States of America
Posted 26 March 2015 - 03:47 PM
I need line 41 of FileSystem.lua to understand the error, although I suspect this is an emulator error. Run it on minecraft computercraft and post the error it gives there (if any).
91 posts
Posted 26 March 2015 - 03:53 PM
ok.
I am now getting:
window:57: Expected number.
Code did not change same with dirs.
Edited on 26 March 2015 - 02:57 PM
3057 posts
Location
United States of America
Posted 26 March 2015 - 05:07 PM
term.setBackgroundColor expects a number (color). You can use colors.white, colors.black, etc, but you have to give it something.
91 posts
Posted 26 March 2015 - 06:02 PM
thank you! now i can make ur-adventures. Will be awalia ble for standard computers in ~2 months, but i think that i will needs help, so I hope that you will help me in the future. Also, there are plans of porting it to PDAs :)/>/>
Edited on 26 March 2015 - 05:02 PM