Search found 16 matches

by someguy99
Mon Mar 23, 2009 7:03 pm
Forum: General
Topic: Is LÖVE really necessary?
Replies: 54
Views: 46604

Re: Is LÖVE really necessary?

Knowing C++ and using Ogre3d and Irrlicht 3d engines i still use LOVE for 2d platformers.Why?Because its damn easy.Plus modern PC are so fast that speed isnt really a problem.Plus,do you know any other realtime gpl 2d engine with Lua scripting?And im not really into learning Allegro.
by someguy99
Sat Mar 21, 2009 8:28 am
Forum: General
Topic: creating a world
Replies: 4
Views: 4006

creating a world

OK,i got a question about creating a physical world: whats the size measured in?Pixels or something else?
by someguy99
Fri Mar 20, 2009 9:57 am
Forum: General
Topic: camera?
Replies: 9
Views: 4574

Re: camera?

OK,it worked :)
by someguy99
Fri Mar 20, 2009 5:40 am
Forum: General
Topic: camera?
Replies: 9
Views: 4574

Re: camera?

Hey,thanks.Looks easy as pie.Only were can i find the "camera.lua" header file?
by someguy99
Thu Mar 19, 2009 7:45 pm
Forum: General
Topic: camera?
Replies: 9
Views: 4574

Re: camera?

"Use the input to move every image BUT the player sprite instead"
What does that mean?
by someguy99
Thu Mar 19, 2009 9:51 am
Forum: General
Topic: camera?
Replies: 9
Views: 4574

Re: camera?

What do you mean what i have?2 images,one moves.Nothing special.
by someguy99
Thu Mar 19, 2009 8:53 am
Forum: General
Topic: camera?
Replies: 9
Views: 4574

camera?

How can i make a camera to follow a 'sprite'?
by someguy99
Thu Mar 19, 2009 6:50 am
Forum: General
Topic: Few newbie questions
Replies: 13
Views: 8849

Re: Few newbie questions

OK,i finally got it.Edited my first code.Fell free to use it.
by someguy99
Wed Mar 18, 2009 1:46 pm
Forum: Games and Creations
Topic: Demo Street Fighter - Ryu
Replies: 3
Views: 4229

Re: Demo Street Fighter - Ryu

This is a pretty helpful example when it comes to animations.
The only bug i found was:
When you jump,after realising the up key,the animation stops.You should change the code so tha the animation will run untill
Ryu touches the ground.
by someguy99
Wed Mar 18, 2009 1:00 pm
Forum: General
Topic: Few newbie questions
Replies: 13
Views: 8849

Re: Few newbie questions

Hm,i shouldve thought about that.. Still doesnt work>i did what you said: function load() font = love.graphics.newFont(love.default_font, 12) love.graphics.setFont(font) message = "Error:Some files are missing.Press Escape to exit." music = love.audio.newMusic("menu.ogg") love.au...