Search found 9 matches

by izaDEgo
Sat Feb 14, 2015 7:51 pm
Forum: Support and Development
Topic: Enemies Overlapping
Replies: 3
Views: 3322

Re: Enemies Overlapping

Check The distance, and if its smaller than the sum of radius' of an enemy and the player then dont move. If you then need additional physics, for example to collide with walls please search around the forum, about 10% of threads deal with that problem. Thanks for the advice but my wall collide is ...
by izaDEgo
Sat Feb 14, 2015 5:11 pm
Forum: Support and Development
Topic: Enemies Overlapping
Replies: 3
Views: 3322

Enemies Overlapping

Hello, can anyone give me an example code to keep my enemies from colliding and overlapping. Here is my enemy.lua they spawn perfectly its just they overlap & collide when chasing the player. enemy = {} enemy.timer = 0 enemy.timerLim = math.random(3,5) enemy.amount = math.random(1,3) enemy.side ...
by izaDEgo
Thu Feb 12, 2015 12:11 am
Forum: Support and Development
Topic: Help please lol
Replies: 14
Views: 5775

Re: Help please lol

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.
by izaDEgo
Wed Feb 11, 2015 10:24 pm
Forum: Support and Development
Topic: Help please lol
Replies: 14
Views: 5775

Re: Help please lol

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)" ...
by izaDEgo
Wed Feb 11, 2015 2:57 pm
Forum: Support and Development
Topic: Help please lol
Replies: 14
Views: 5775

Re: Help please lol

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)" ...
by izaDEgo
Wed Feb 11, 2015 3:57 am
Forum: Support and Development
Topic: Help please lol
Replies: 14
Views: 5775

Help please lol

I need help with this main menu i tried everything to figure out why its not working it was working before.
by izaDEgo
Sun Feb 08, 2015 5:34 pm
Forum: Support and Development
Topic: Good Tutorials? Platformer,etc ?
Replies: 5
Views: 2234

Re: Good Tutorials? Platformer,etc ?

Hey, easy there! You're a new member, and he was trying to help with something else. No need to be harsh... You can use, if you want, the "Tutorials" category page from the Löve wiki: [wiki]Category:Tutorials[/wiki]. Also, a quick search with Tutorial-related terms: Tutorials on forums . ...
by izaDEgo
Sun Feb 08, 2015 3:58 pm
Forum: Support and Development
Topic: Good Tutorials? Platformer,etc ?
Replies: 5
Views: 2234

Re: Good Tutorials? Platformer,etc ?

First of all, don't make a post in all italic, use it to emphesize a word or two. :D Most (if not all) old tutorials are totally valid today, the difference between Löve 0.8 and Löve 0.9 is not that big in terms of things getting remade/removed/added. As an example it took me around 5 minutes (if n...
by izaDEgo
Sun Feb 08, 2015 2:32 am
Forum: Support and Development
Topic: Good Tutorials? Platformer,etc ?
Replies: 5
Views: 2234

Good Tutorials? Platformer,etc ?

Hello, does anyone have a link to the most updated/newest tutorial on how to make a platformer game on Love version 0.9.0 I found a couple but their we're all out of update or did not help at all. Also if you could post links to any new tutorials for the new version of love that would help alot. I ...