Search found 85 matches

by EliterScripts
Fri Nov 14, 2014 11:18 pm
Forum: Support and Development
Topic: Can someone help me with this?
Replies: 13
Views: 7126

Re: Can someone help me with this?

I am trying to put everything, in the level.lua file. Like, I want to be able to draw objects, running in the level.lua file, and be able to have the update function, and use keyboard and mouse functions, the BOOL (pretty sure, I'll use it in the future.). I just need a main file, to put all the vit...
by EliterScripts
Fri Nov 14, 2014 12:51 am
Forum: Support and Development
Topic: Can someone help me with this?
Replies: 13
Views: 7126

Re: Can someone help me with this?

Ok, I have found out how to use the love.filesystem.load(). I probrably wans't using it correctly. lol. Another problem popped up. Is there something like, love.getRunningFunction()? Like, something that would determine what function the code is being ran in. Like, find out if it's in the love.draw(...
by EliterScripts
Tue Nov 11, 2014 7:56 pm
Forum: Support and Development
Topic: Can someone help me with this?
Replies: 13
Views: 7126

Re: Can someone help me with this?

Micha, I liked how you explained it. Can you put your idea, in code for me? Thank you very much! ;D

also, just a question, why are all the "Part Member"s have the word 'Obey' in EVERY SINGLE logo?

Thanks! :D
by EliterScripts
Mon Nov 10, 2014 11:22 pm
Forum: Support and Development
Topic: Can someone help me with this?
Replies: 13
Views: 7126

Re: Can someone help me with this?

This is still not making any sense. lol.
can someone make a, what, 20-line script, exampling it? Without any BatchScript stuff. Just main.lua, something_else.lua, config.lua. So, I can see how it works. Sometimes, I need to see it, used properly, to get it done. Thank you, for your time! ;)
by EliterScripts
Mon Nov 10, 2014 2:54 pm
Forum: Support and Development
Topic: Can someone help me with this?
Replies: 13
Views: 7126

Can someone help me with this?

I am kinda a nube programmer, and I've only been programming for about 2 years now. I'm only 12, so..... Can someone explain how the love.filesystem.load thing works? I thought, that when you did something like this, in the love.load() function: Level=love.filesystem.load("Levels/Worlds/Level1....