Search found 30 matches

by SeducingOrange
Tue Aug 06, 2013 2:19 am
Forum: Support and Development
Topic: help-camera lib not working
Replies: 1
Views: 1337

Re: help-camera lib not working

Actually, everything is working fine. It appears that you get stuck in the center because the scenery behind you stays the same when you walk. I drew a rectangle in the top left corner of the screen so that you can see it is working. Once you run the new (unchanged) game file you will see what I am ...
by SeducingOrange
Tue Aug 06, 2013 1:23 am
Forum: Support and Development
Topic: Breakout Help (bouncing ball)
Replies: 11
Views: 7299

Re: Breakout Help (bouncing ball)

Oh I see. Do you have any good material for writing classes in lua? I thought it didn't support classes.
by SeducingOrange
Mon Aug 05, 2013 8:40 pm
Forum: Libraries and Tools
Topic: löve parades [new parades]
Replies: 76
Views: 11894

Re: bartbes celebration parade

Gears of BartBes 1, 2 & 3 BartBes' Mod Half-BartBes 1 & 2 BartBes Saga BartBes - Tapped Out My Little BartBes Gold-BartBes 00BartBes Grand Theft BartBes Miami BartBes BartBes-Craft Iron BartBes 1, 2 & 3 Sonic and the Secret BartBes BartBes colors BartBes generations The Legend of BartBe...
by SeducingOrange
Mon Aug 05, 2013 6:45 pm
Forum: General
Topic: Share your stuff that isn't games!
Replies: 26
Views: 7675

Re: Share your stuff that isn't games!

I am also into music. I have a NI Maschine, mpc 500, mixer and a drum kit. Unfortunately I don't anything to upload because my studio pc broke :cry:
by SeducingOrange
Mon Aug 05, 2013 6:42 pm
Forum: General
Topic: [POLL] Do you like "then,do,end" or "{ }"?
Replies: 37
Views: 17272

Re: [POLL] Do you like "then,do,end" or "{ }"?

Python has always fascinated me with it's syntax, and I generally prefer its methods of code blocking. On-topic though, it has to be brackets. Lua is fantastic in that it's so readable and user-friendly, but the lazy brogrammer in me feels somewhat belittled by having to use "then" and th...
by SeducingOrange
Mon Aug 05, 2013 6:40 pm
Forum: General
Topic: [POLL] Do you like "then,do,end" or "{ }"?
Replies: 37
Views: 17272

Re: [POLL] Do you like "then,do,end" or "{ }"?

I like pythons aproache to this the best though. It's really good for beginners because it forces you to use good coding standards (you would format your code like that anyway, right?) and it's functional by not having to have an extra keyword or {}.
by SeducingOrange
Mon Aug 05, 2013 4:35 pm
Forum: General
Topic: How did you find LÖVE?
Replies: 60
Views: 18519

Re: How did you find LÖVE?

Davidobot wrote:I found it while searching for an alternative to gamemaker. First I found Lua and then I found out about love! :awesome:
Have you heard of ENIGMA?

http://enigma-dev.org/

EDIT:
Views on this thread: 1337

Lol!
by SeducingOrange
Mon Aug 05, 2013 4:29 pm
Forum: Support and Development
Topic: Breakout Help (bouncing ball)
Replies: 11
Views: 7299

Re: Breakout Help (bouncing ball)

I decided to come back to this after a long time of not working on it (I started a bunch of different projects and learned C++). I got collision with the paddle and walls working bot not with the bricks. Can you help me out with that? I attached a love file for ya.

Thanks for all the help by the way
by SeducingOrange
Fri Feb 15, 2013 3:05 pm
Forum: Support and Development
Topic: Breakout Help (bouncing ball)
Replies: 11
Views: 7299

Re: Breakout Help (bouncing ball)

Thanks for the hint. I think I got it now! I really appreciate the help you gave me! I can finally finish this project. :awesome: :awesome: :awesome:
by SeducingOrange
Tue Feb 12, 2013 8:09 pm
Forum: Support and Development
Topic: Breakout Help (bouncing ball)
Replies: 11
Views: 7299

Breakout Help (bouncing ball)

Hello everyone. I am trying to write a traditional breakout clone. I have setup the bricks and the paddle, but can not figure out how to implement the ball. The ball has to bounce off the paddle and hit the brick, when that happens the brick has to disappear. Since I am new to love, I would really l...