Search found 65 matches

by tavuntu
Fri Mar 08, 2013 9:05 pm
Forum: General
Topic: How can I get the coordinates of an Image?
Replies: 2
Views: 2945

Re: How can I get the coordinates of an Image?

Images don't have coordinates. They appear wherever you love.graphics.draw them, where you specify the coordinates yourself. So you already have the coordinates. Conventionally, games tend to use a table for each character, so say player={}. Then we set player.x=30 and player.y=50, for instance. An...
by tavuntu
Fri Mar 08, 2013 7:31 pm
Forum: General
Topic: How can I get the coordinates of an Image?
Replies: 2
Views: 2945

How can I get the coordinates of an Image?

I'm a noob in this engine and I just learned how to use getWidth() and getHeight() from an Image object and I was looking for getX() or something like that in the forum but nothing relevant.
Thanks a lot.
(Sorry for the bad English)
by tavuntu
Fri Jan 25, 2013 3:42 am
Forum: General
Topic: Hi, what about of the requirements of löve?
Replies: 4
Views: 1435

jeje

"boolsheet" I've just understand
by tavuntu
Fri Jan 25, 2013 3:30 am
Forum: General
Topic: Hi, what about of the requirements of löve?
Replies: 4
Views: 1435

Ok

Thank you very much, I ask this cuestion because I will prepare an investigation project about löve (is for school).
by tavuntu
Thu Jan 24, 2013 9:38 pm
Forum: General
Topic: Hi, what about of the requirements of löve?
Replies: 4
Views: 1435

Hi, what about of the requirements of löve?

I'm looking for the list of requirements of löve in the web but I can't find nothing precise. I imagine that it's only necessary 2D aceleration (or a little more for special effects and that kind of things), Am I right?

Thanks a lot.
by tavuntu
Thu Jan 24, 2013 9:34 pm
Forum: General
Topic: How can be made a 3D game like Ortho Robot?
Replies: 3
Views: 1390

Ok

Thanks, I only want to know if they used a special class/classes to get help with that projection, but your right, I'm goint to look the files of ortho robot.
by tavuntu
Thu Jan 24, 2013 9:13 pm
Forum: General
Topic: How can be made a 3D game like Ortho Robot?
Replies: 3
Views: 1390

How can be made a 3D game like Ortho Robot?

I was wondering how could the Stabyourself.com team do that game with a 2D engine, the only reason I can think about is a simulated 3D game,
Am I right? and, How could I make a little cube spining on the screen? (only to probe a little of 3D).

Thank you very much.
by tavuntu
Thu Jan 24, 2013 4:30 am
Forum: General
Topic: Help with newChainShape()
Replies: 2
Views: 1217

Re: Help with newChainShape()

OOOOOh I see, somthing like this: http://www.stanford.edu/~sorgera/cave.jpg

Thanks a lot :awesome:
by tavuntu
Thu Jan 24, 2013 3:54 am
Forum: General
Topic: Help with newChainShape()
Replies: 2
Views: 1217

Help with newChainShape()

Hi everyone, I'm trying to make something like a tray to contain a bouncing ball (like a 'U' with the shape of a square) but I get the incorrect filling. function love.load() metro=100 fuerza=600 grv=9.81 ancho=640 alto=480 rebote=0.8 densidad=1 gp=10 -- thickness of the walls and floor. love.physic...
by tavuntu
Thu Jan 17, 2013 8:19 pm
Forum: Support and Development
Topic: How can I get the width of an image?
Replies: 3
Views: 1946

Re: How can I get the width of an image?

Thanks :) I didn't know about the ':' but I'm using it now and it works.