Search found 16 matches

by jajasuperman
Thu Nov 20, 2014 2:16 pm
Forum: LÖVE-Android
Topic: appt.exe stopped
Replies: 2
Views: 5569

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...
by jajasuperman
Sun Mar 30, 2014 6:49 pm
Forum: LÖVE-Android
Topic: How to start doing games for Android?
Replies: 1
Views: 5747

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!
by jajasuperman
Sun Apr 14, 2013 7:36 pm
Forum: Support and Development
Topic: delete this post
Replies: 3
Views: 2398

Re: How can i jump with löve?

delete this post
by jajasuperman
Sun Apr 14, 2013 4:13 pm
Forum: Support and Development
Topic: delete this post
Replies: 3
Views: 2398

delete this post

delete this post
by jajasuperman
Sat Apr 13, 2013 12:04 pm
Forum: Support and Development
Topic: Delete this post
Replies: 5
Views: 3453

Re: How I use sprites?

Zeliarden wrote:If you are after to animate a sprite, check https://www.love2d.org/wiki/Category:Libraries anim8 or AnAL
Yes, this is what I was looking for :D
Thanks
by jajasuperman
Sat Apr 13, 2013 10:53 am
Forum: Support and Development
Topic: Delete this post
Replies: 5
Views: 3453

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 :P
by jajasuperman
Sat Apr 13, 2013 10:25 am
Forum: Support and Development
Topic: Delete this post
Replies: 5
Views: 3453

Delete this post

Delete this post
by jajasuperman
Wed Apr 10, 2013 1:44 pm
Forum: Support and Development
Topic: How I do a moving background?
Replies: 2
Views: 2243

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
by jajasuperman
Sat Mar 09, 2013 12:40 pm
Forum: Support and Development
Topic: [Problem] With Require function.
Replies: 7
Views: 4080

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
by jajasuperman
Sat Mar 09, 2013 9:33 am
Forum: Support and Development
Topic: [Problem] With Require function.
Replies: 7
Views: 4080

[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...