Search found 43 matches

by Evil_Bartek
Tue Jan 17, 2012 6:04 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

Robin wrote:If you find him annoying, you can click on his name and select the link "Add foe". That way, his posts will be hidden from you.
Well done! (NOT BEING SARCASTIC) In that way that guy can shut up.
by Evil_Bartek
Tue Jan 17, 2012 5:36 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

I considered it, but he obviously just wants attention, so I passed. He could have easily just left Love and moved on, but his unfettered need to be noticed made him come back and tell us that he has left our presence. (omg omg trol quote) Attention? what? I don't want attention, I said I don't giv...
by Evil_Bartek
Tue Jan 17, 2012 5:32 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

Kadoba wrote:We have suffered a great loss here today.
(troloo quot)
I don't want people to care that im leaving love2d (gay name loololo). It's that I don't give a crap about karma.
by Evil_Bartek
Tue Jan 17, 2012 5:29 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

What a dork. (trol, quote) It's my opinion to choose what framework/engine I want. Btw. I don't know what a dork is since im polish and i live in the Uk, it's probably an american work, but i guess it ment to offend me. Anyways, call me a "dork" but when it comes to flixel vs. love2d, fli...
by Evil_Bartek
Tue Jan 17, 2012 5:01 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

I signed up to this forum because I wanted other people to help me. I don't give a crap at all. Well, that's sad. See, if everyone dislikes you for not obeying to the forum rules, they won't help you either. So please do, for all of us. Yeah I actually don't care in that moment or in any other mome...
by Evil_Bartek
Mon Jan 16, 2012 8:08 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

Well...when you bump something that is still on the main page...only 30 minutes after you first replied to it...yeah, your karma is going down. Thanks, btw. If you are gonna post, help me, if you gonna be trollin' around, then don't post. If you think that decreasing my karma is gonna affect me in ...
by Evil_Bartek
Mon Jan 16, 2012 6:49 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

Bump
(i hope somebody doesn't decrease my karma again for saying that...)
by Evil_Bartek
Mon Jan 16, 2012 6:19 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Re: Creating more than one block through 2 lua files

What can i do then? Should i make 2 funcrions? like draw player and draw block damage? i dunno :(
by Evil_Bartek
Sun Jan 15, 2012 9:24 pm
Forum: Support and Development
Topic: Creating more than one block through 2 lua files
Replies: 27
Views: 10564

Creating more than one block through 2 lua files

I have 2 lua files: main.lua: function love.load() require "conf.lua" require "block_damage.lua" rect = {x = 0, y = 0, width = 40, height = 40, health = 100} controls = {down = "down", up = "up", left = "left", right = "right"} love.graphic...
by Evil_Bartek
Sat Jan 07, 2012 6:38 pm
Forum: Support and Development
Topic: (A lua only question)
Replies: 4
Views: 1865

(A lua only question)

I made a dec to binary converter a while ago and i want to convert it back. So i thought of this method: the binary is 11000100 The rightmost digit represents how many 1s (in this example 0) The next digit left represents how many 2s (in this example 0) The next digit left represents how many 4s (in...