Page 2 of 2

Re: Just Getting Started???

Posted: Fri Nov 08, 2013 10:39 pm
by Daniel Eakins
Tyler821 wrote:Wait a second, now I'm getting another error! D:<

So on my main.lua, I have a line that says:

Code: Select all

require"mainmenu.lua"
I get an error saying that mainmenu.lua doesn't exist. (And this time I made sure I didn't misspell a file extension.)
main.lua and mainmenu.lua are both in the main directory.
It should be:

Code: Select all

require "mainmenu"
You don't put the ".lua" in the command.

Re: Just Getting Started???

Posted: Fri Nov 08, 2013 10:49 pm
by Roland_Yonaba

Code: Select all

require ("mainmenu")
Just remove the ".lua" part.

EDIT: Ha, seems Daniel was faster.

Re: Just Getting Started???

Posted: Sun Nov 10, 2013 8:03 pm
by Ranguna259
Nixola wrote:...
Ninja'd by BozoDel
Roland_Yonaba wrote:...
EDIT: Ha, seems Daniel was faster.
This post is crawling with ninjas :rofl:

Re: Just Getting Started???

Posted: Mon Nov 11, 2013 10:39 am
by BozoDel
Ranguna259 wrote:
Nixola wrote:...
Ninja'd by BozoDel
Roland_Yonaba wrote:...
EDIT: Ha, seems Daniel was faster.
This post is crawling with ninjas :rofl:
Fun fact: my name is Daniel too! :awesome:

*disappears behind a smoke curtain*

Re: Just Getting Started???

Posted: Wed Nov 27, 2013 5:13 am
by pielago
listen I am super new as well and was wondering if you want to learn in groups you can send me a message and we could talk about love2d and share codes ..it seen that love2d its not that easy for new programmers! and in groups I believe you could gain more experience by sharing and talking..