Search found 13 matches

by LuaMaster
Tue Jul 22, 2014 9:45 pm
Forum: General
Topic: Is LOVE good enough?
Replies: 23
Views: 12570

Re: Is LOVE good enough?

Yes, LOVE will be able to do that. Looking at the concept art, I'd recommend making some sort of tiled map maker.
by LuaMaster
Sun Nov 10, 2013 2:44 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1013780

Re: Avatars: OBEY!

Mwahahah! I have ruined the obey avatar streak with my horrible default avatar!
:3
by LuaMaster
Sun Nov 10, 2013 1:44 am
Forum: Support and Development
Topic: Tables not working right
Replies: 6
Views: 3756

Re: Tables not working right

I had to upload the archive.love so you can actually run it And what's the difference between the two? Also, I really don't care about slowness. The program I'm using is meant to get a job done, but nothing else. Not to run fast or to look nice, etc. etc. EDIT: I've changed the way it does it, now i...
by LuaMaster
Sat Nov 09, 2013 11:02 pm
Forum: Support and Development
Topic: Tables not working right
Replies: 6
Views: 3756

Re: Tables not working right

Sorry I couldn't upload it, but you can use pastebin
Steps:
Get the program from pastebin.com/Gwc5Zxme
Paste it into a file called main.lua
Zip main.lua
Call it Archive.love
Then get this:
http://www.sendspace.com/file/iq6x8v
Unzip it, then place the contents in your LOVE folder.
Thanks for helping.
by LuaMaster
Sat Nov 09, 2013 10:56 pm
Forum: Support and Development
Topic: Tables not working right
Replies: 6
Views: 3756

Tables not working right

Okay, right off the bad, please do NOT point out crashes, bugs, or inefficient things unless they are DIRRECTLY related to the issue I'm having. I know where the crashes are. I will get to them later. Anyhow, so I'm trying to delete object 2. But if there is a 3rd object there, it will ALWAYS delete...
by LuaMaster
Wed Aug 07, 2013 12:48 am
Forum: Support and Development
Topic: How to shift an object's layer?
Replies: 3
Views: 2530

Re: How to shift an object's layer?

Wow thanks, this actually solves ANOTHER problem I was having, along with the ZIndex! From a glance at your code, you're telling what is going to be drawn outside of love.draw, AND with a ZIndex
by LuaMaster
Tue Aug 06, 2013 9:06 pm
Forum: Support and Development
Topic: How to shift an object's layer?
Replies: 3
Views: 2530

How to shift an object's layer?

Hello.
I have a question. How would I make object x be infront of object y, besides drawing x first? Like, if I wanted to change it later, what function would I use.
by LuaMaster
Tue Aug 06, 2013 7:23 pm
Forum: General
Topic: [POLL] Do you like "then,do,end" or "{ }"?
Replies: 37
Views: 17301

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

{ }s are confusing, and just don't don't look neat. then,do,end is the best way to go in my opinion
by LuaMaster
Sat Jun 08, 2013 4:31 pm
Forum: General
Topic: Notepad++ port to MAC I found.
Replies: 15
Views: 7640

Notepad++ port to MAC I found.

For mac users like me, textedit isn't suitable for programming. I searched arround and found this: http://www.youtube.com/watch?v=ywh6HlCmtg0
Just go in the comments for the download. It's very heavy though at 451.7MB. You'll need X11 to run it
by LuaMaster
Fri Jun 07, 2013 6:23 pm
Forum: General
Topic: Help with saving files
Replies: 4
Views: 2228

Re: Help with saving files

I looked at that and it didn't help