Search found 43 matches

by Evil_Bartek
Tue Dec 27, 2011 5:46 pm
Forum: Support and Development
Topic: Better way of making a map
Replies: 10
Views: 3100

Re: Better way of making a map

Oh crap i forgot.
I had aload of this crappy made up language of a different engine...
by Evil_Bartek
Tue Dec 27, 2011 5:05 pm
Forum: Support and Development
Topic: Better way of making a map
Replies: 10
Views: 3100

Re: Better way of making a map

You'll need to learn more about tables. See the following in Programming in Lua: http://www.lua.org/pil/2.5.html http://www.lua.org/pil/11.html I know a crap load about tables which i didn't think i'd need to know. So lets say: blox = {} bloxid = 0 -- MOUSE CLICK CRAP AND ALL THAT STUFF THAT MAKES ...
by Evil_Bartek
Tue Dec 27, 2011 4:46 pm
Forum: Support and Development
Topic: Going up and down.
Replies: 4
Views: 2098

Re: Going up and down.

Ok guys thanks for the help but i figured it out like a day ago...
Soz for not lettin u know...
by Evil_Bartek
Tue Dec 27, 2011 4:45 pm
Forum: Support and Development
Topic: Better way of making a map
Replies: 10
Views: 3100

Re: Better way of making a map

I think you need more practice before you'll be able to do something like that. You still lack a certain insight which will make making larger games completely impossible. When you notice you are out of your depth, go back and make something smaller, something simpler. When you've had enough practi...
by Evil_Bartek
Tue Dec 27, 2011 4:43 pm
Forum: Support and Development
Topic: Warping screen? [RESOLVED]
Replies: 20
Views: 12192

Re: Warping screen?

Ok this thread is ended no more reply's

CREDITS
ME: making thread
Ryne: only one useful
Rest: ...
THE END

Hope you enjoyed the movie, there is an exit on the left and right.
Get our vouchers so you can have 20% off your next visit.Or a chance to win £10,000!
Bye!
by Evil_Bartek
Tue Dec 27, 2011 4:32 pm
Forum: Support and Development
Topic: Better way of making a map
Replies: 10
Views: 3100

Re: Better way of making a map

I sound like a total retard but how?

Whenever i do that i can only place one block.
And other issues like i dont know how to accualy make it a map.
Sorry for meh english im polish...
by Evil_Bartek
Tue Dec 27, 2011 4:23 pm
Forum: Support and Development
Topic: Warping screen? [RESOLVED]
Replies: 20
Views: 12192

Conversation

Now you can keep on the conversation...
(title)
I can't care less of me not spotting the bloody edit button...
by Evil_Bartek
Tue Dec 27, 2011 3:30 pm
Forum: Support and Development
Topic: Better way of making a map
Replies: 10
Views: 3100

Better way of making a map

I want to make a map with 40x40 tiles but is there a better way of making it without drawing new rectangles?
Is there a map editor?
by Evil_Bartek
Tue Dec 27, 2011 3:25 pm
Forum: Support and Development
Topic: Warping screen? [RESOLVED]
Replies: 20
Views: 12192

Re: Warping screen?

Robin wrote:
Evil_Bartek wrote:No i made it as smooth!
Does that mean that your question is answered and tentus and osgeld can stop derailing this thread?
LOLO i can post on my thread what i want... Even if its solved who cares?
trol, olol.
by Evil_Bartek
Mon Dec 26, 2011 8:52 pm
Forum: Support and Development
Topic: Going up and down.
Replies: 4
Views: 2098

Going up and down.

Here is my code: function love.load() require "conf.lua" char = {posx = 40,posy = 160,width = 40, length = 40, health = 100} end function love.draw() love.graphics.rectangle("fill",char.posx,char.posy,char.width,char.length) end function love.update(dt) if love.keyboard.isDown(&q...