Search found 4 matches

by Millow
Sun Dec 06, 2009 11:51 am
Forum: Support and Development
Topic: Noob here.
Replies: 10
Views: 6092

Re: Noob here.

Thanks! I removed it and it compiled, :rofl:
by Millow
Fri Dec 04, 2009 7:57 am
Forum: Support and Development
Topic: Noob here.
Replies: 10
Views: 6092

Re: Noob here.

What dose, Error in update (arg 2), expected 'float' got nil mean? function update(self,dt) if love.keyboard.isDown(love.key_d) then x = x + (speed * dt) self.facing = 1 elseif love.keyboard.isDown(love.key_a) then x = x - (speed * dt) self.facing = 2 else facing = 0 end if love.keyboard.isDown(love...
by Millow
Thu Dec 03, 2009 8:25 am
Forum: Support and Development
Topic: Noob here.
Replies: 10
Views: 6092

Re: Noob here.

Thanks for the reply.
I guess I probably should read the docs..... :death:
by Millow
Thu Dec 03, 2009 7:52 am
Forum: Support and Development
Topic: Noob here.
Replies: 10
Views: 6092

Noob here.

Iv'e been messing with love/lua for about 3 days now, and I've hit a snag while trying to make a simple side scrolling beat'em up. I get the error, main.lua: 43: '}' expected (to close'{' at line 2 'draw' , and can't seem to figure out what the problem is. Here is line 43, draw, I know it's probably...