Search found 36 matches

by B-Man99
Sat Sep 01, 2012 11:26 am
Forum: Support and Development
Topic: Cannot concatente ""
Replies: 3
Views: 1425

Cannot concatente ""

Here is my almost finished .love. It is a word game where you have to guess 5-letter words and you get how many letters are in the right spot and which ones aren't. You have to guess the word. My problem is that when my values for the "almost" and "perfect" are: "" It b...
by B-Man99
Sat Aug 25, 2012 9:04 pm
Forum: Support and Development
Topic: Noob Problem (I'm guessing)
Replies: 8
Views: 2693

Re: Noob Problem (I'm guessing)

Wow... jus tlooking back on how far I've gotten in a month with LOVE.
by B-Man99
Sat Aug 25, 2012 9:02 pm
Forum: General
Topic: How to draw levels with images!
Replies: 6
Views: 3043

Re: How to draw levels with images!

Stabyourself.net's OrthoRobot does this fantastically. Not sure how... its open source though, just like Mari0
by B-Man99
Sat Aug 25, 2012 5:04 pm
Forum: Support and Development
Topic: Another failure to index field
Replies: 10
Views: 2143

Re: Another failure to index field

And yet again... A problem solved and the off-topic conversation continues, completely oblivious to the original post writer. LOL
by B-Man99
Sat Aug 25, 2012 2:38 pm
Forum: Libraries and Tools
Topic: Debug - A whole new way of debugging your game
Replies: 106
Views: 93412

Re: Debug - A whole new way of debugging your game

It won't go up for me when I press shift-f8...
by B-Man99
Fri Aug 24, 2012 3:20 pm
Forum: Support and Development
Topic: Another failure to index field
Replies: 10
Views: 2143

Re: Another failure to index field

B-Man99 wrote:I figured it out. Thank you for the help. My objectOriginData wasn't updated until AFTER the first object pass-through. I just had to include part of my code in gameLoad(). Thanks for the help.
I said this before you posted. Thanks for the help, but I already figured it out.
by B-Man99
Thu Aug 23, 2012 5:56 pm
Forum: Support and Development
Topic: Another failure to index field
Replies: 10
Views: 2143

Re: Another failure to index field

I figured it out. Thank you for the help. My objectOriginData wasn't updated until AFTER the first object pass-through. I just had to include part of my code in gameLoad(). Thanks for the help.
by B-Man99
Thu Aug 23, 2012 5:23 pm
Forum: Support and Development
Topic: Another failure to index field
Replies: 10
Views: 2143

Re: Another failure to index field

Thanks. I'll try it...

Edit: How do you get the console to appear?
by B-Man99
Thu Aug 23, 2012 4:56 pm
Forum: Support and Development
Topic: Another failure to index field
Replies: 10
Views: 2143

Another failure to index field

I have come across the error, "attempt to index field" so many times, but in this case it fails to index field '?'. I don't know how to fix it. I double checked my variables and they are all already indexed before main.lua:205 . My goal in this section of the script is to have objects that...
by B-Man99
Sat Aug 18, 2012 1:33 am
Forum: Support and Development
Topic: disappearing images after movement
Replies: 5
Views: 1174

Re: disappearing images after movement

Its the section with the "objtimer" I have a "list of lists" so to speak, each with many objects, but theres a script kind of hard to read creating a timer that tells when a time period specified is done. It would take a while to explain, so I'm fixing it on my own. I've made pro...