Search found 16 matches
- Thu Nov 20, 2014 2:16 pm
- Forum: LÖVE-Android
- Topic: appt.exe stopped
- Replies: 2
- Views: 6443
appt.exe stopped
Hi there! I am new using love2d with Android. I have done this tutorial step by step: https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Building_L%C3%96VE_for_Android_-_Windows Then, I create a hello world program, if it works. But I have this problem when I use "ant debug" The cons...
- Sun Mar 30, 2014 6:49 pm
- Forum: LÖVE-Android
- Topic: How to start doing games for Android?
- Replies: 1
- Views: 6623
How to start doing games for Android?
Hi there!
I have been doing little games for pc using LÖVE, and now, I would like to start programming for Android devices.
How I can start programming games for Android using LÖVE?
Goodbye!
I have been doing little games for pc using LÖVE, and now, I would like to start programming for Android devices.
How I can start programming games for Android using LÖVE?
Goodbye!
- Sun Apr 14, 2013 7:36 pm
- Forum: Support and Development
- Topic: delete this post
- Replies: 3
- Views: 2489
Re: How can i jump with löve?
delete this post
- Sun Apr 14, 2013 4:13 pm
- Forum: Support and Development
- Topic: delete this post
- Replies: 3
- Views: 2489
delete this post
delete this post
- Sat Apr 13, 2013 12:04 pm
- Forum: Support and Development
- Topic: Delete this post
- Replies: 5
- Views: 3617
Re: How I use sprites?
Yes, this is what I was looking forZeliarden wrote:If you are after to animate a sprite, check https://www.love2d.org/wiki/Category:Libraries anim8 or AnAL
Thanks
- Sat Apr 13, 2013 10:53 am
- Forum: Support and Development
- Topic: Delete this post
- Replies: 5
- Views: 3617
Re: How I use sprites?
I am not talking about an image.
For example, mario game. Mario uses sprites to do a walking animations.
That's what I don´t know to do
For example, mario game. Mario uses sprites to do a walking animations.
That's what I don´t know to do
- Sat Apr 13, 2013 10:25 am
- Forum: Support and Development
- Topic: Delete this post
- Replies: 5
- Views: 3617
Delete this post
Delete this post
- Wed Apr 10, 2013 1:44 pm
- Forum: Support and Development
- Topic: How I do a moving background?
- Replies: 2
- Views: 2363
How I do a moving background?
Hi all!
I am going to do a mario game.
In mario games, mario is in the middle of the screen, and when you walk, the screen move and when you reach the end, you can get to the bottom of the screen.
How I do this?
Goodbye.
PD: Sorry with my bad english, is not my language :S
I am going to do a mario game.
In mario games, mario is in the middle of the screen, and when you walk, the screen move and when you reach the end, you can get to the bottom of the screen.
How I do this?
Goodbye.
PD: Sorry with my bad english, is not my language :S
- Sat Mar 09, 2013 12:40 pm
- Forum: Support and Development
- Topic: [Problem] With Require function.
- Replies: 7
- Views: 4266
Re: [Problem] With Require function.
This there are the codes of the menus:
Main menu (In line 56 I use require to go to option menu):
http://pastebin.com/UHztjNtD
Option menu (In line 48 I use require to go to Main menu):
http://pastebin.com/ziXSTBZm
I don´t think that I have nothing grong :S
Main menu (In line 56 I use require to go to option menu):
http://pastebin.com/UHztjNtD
Option menu (In line 48 I use require to go to Main menu):
http://pastebin.com/ziXSTBZm
I don´t think that I have nothing grong :S
- Sat Mar 09, 2013 9:33 am
- Forum: Support and Development
- Topic: [Problem] With Require function.
- Replies: 7
- Views: 4266
[Problem] With Require function.
Hi all!! I´m doing a little game and I have this problem with require function. In the game I have 2 menus, Main Menu and Option Menu. When you execute main menu, the are three options. One of the options y to go to Optiom Menu. I do that with require function. The problem is here. When i push escap...