Page 1 of 2

Help please lol

Posted: Wed Feb 11, 2015 3:57 am
by izaDEgo
I need help with this main menu i tried everything to figure out why its not working it was working before.

Re: Help please lol

Posted: Wed Feb 11, 2015 4:47 am
by Azhukar
Delete line 35 in menu.lua.








lol

Re: Help please lol

Posted: Wed Feb 11, 2015 2:57 pm
by izaDEgo
Azhukar wrote:Delete line 35 in menu.
Lmfao thank you so much i can't believe i did not see that i was seriously on this for like 20-30 minutes haha.

Also i have one more problem, now when i click "Start" it gives me error saying "attempt to call global "player_move" (a nil value)"

and when i remove that line it gives me another error saying "attempt to call global "player_draw" (a nil value)"

If i remove both lines the start wont do anything lol

Re: Help please lol

Posted: Wed Feb 11, 2015 3:10 pm
by Duster
izaDEgo wrote:
Azhukar wrote:Delete line 35 in menu.
Lmfao thank you so much i can't believe i did not see that i was seriously on this for like 20-30 minutes haha.

Also i have one more problem, now when i click "Start" it gives me error saying "attempt to call global "player_move" (a nil value)"

and when i remove that line it gives me another error saying "attempt to call global "player_draw" (a nil value)"

If i remove both lines the start wont do anything lol
player_move and player_draw don't exist, you're using player.move() and PLAYER_DRAW() instead.

Re: Help please lol

Posted: Wed Feb 11, 2015 3:38 pm
by Doctory
lol.

Re: Help please lol

Posted: Wed Feb 11, 2015 10:24 pm
by izaDEgo
Duster wrote:
izaDEgo wrote:
Azhukar wrote:Delete line 35 in menu.
Lmfao thank you so much i can't believe i did not see that i was seriously on this for like 20-30 minutes haha.

Also i have one more problem, now when i click "Start" it gives me error saying "attempt to call global "player_move" (a nil value)"

and when i remove that line it gives me another error saying "attempt to call global "player_draw" (a nil value)"

If i remove both lines the start wont do anything lol
player_move and player_draw don't exist, you're using player.move() and PLAYER_DRAW() instead.
It was a typo. Can you guys please stop writing back useless things, i came on here for help not spell check.
It was common sense that it was a typo so why not post something that could help me? That is the reason i am here posting things.

Re: Help please lol

Posted: Wed Feb 11, 2015 11:40 pm
by Duster
izaDEgo wrote:
Duster wrote: player_move and player_draw don't exist, you're using player.move() and PLAYER_DRAW() instead.
It was a typo. Can you guys please stop writing back useless things, i came on here for help not spell check.
It was common sense that it was a typo so why not post something that could help me? That is the reason i am here posting things.
Yep, those are definitely typos. Typos that just so happen to be at Line 37 and Line 45 of menu.lua. You're welcome.
Please just read the error messages next time, there's really no need to ask questions like this when error messages already give you a shit ton of information.

Re: Help please lol

Posted: Wed Feb 11, 2015 11:44 pm
by Jasoco
Why are you so angry, izaDEgo? People are trying to help you and you're lashing out at them.

Re: Help please lol

Posted: Thu Feb 12, 2015 12:11 am
by izaDEgo
Jasoco wrote:Why are you so angry, izaDEgo? People are trying to help you and you're lashing out at them.
I don't mean to be mean or angry its just everytime i go to forums for help everyone points our my flaws out instead of helping me.

Sorry.

Re: Help please lol

Posted: Thu Feb 12, 2015 7:29 am
by s-ol
izaDEgo wrote:
Jasoco wrote:Why are you so angry, izaDEgo? People are trying to help you and you're lashing out at them.
I don't mean to be mean or angry its just everytime i go to forums for help everyone points our my flaws out instead of helping me.

Sorry.
Because you don't present your question well at all.

A title like "Help me please lol" makes me want to punch you in the face - this thread should be called something like "<SPEFIC PROBLEM> with Mainmenu". Even after reading your OP I have no idea at all what your actual problem is, you don't say what it should do, what it does or what the error is (if there is a löve/lua error message then post it here FFS!)
Then your code isn't in a .love so I have to go the extra mile and rename it before I can run it.

You need to remember that we aren't your personal coding assistants, we are people too and we aren't obliged to do anything for you. We have our own stuff to do, yet we try to help others in this forum. If your question is specific or you have narrowed the error down well enough we are very glad to help but if it looks like you spent half a minute on a badly-formatted post that I will need half an hour to find the problem in then I really don't want to do that. You are really lucky that Azhukar answered you right away actually.