Search found 2 matches

by RoosterDev
Thu Jun 28, 2012 4:27 am
Forum: Support and Development
Topic: Comparing Variables to a Number
Replies: 2
Views: 1420

Re: Comparing Variables to a Number

Thanks! I do tend to accidentally make a regular value into a string, for some reason.
by RoosterDev
Thu Jun 28, 2012 1:22 am
Forum: Support and Development
Topic: Comparing Variables to a Number
Replies: 2
Views: 1420

Comparing Variables to a Number

I tried to compare a variable to a number for a simple collision system, but it didn't work out. I got an error message the next time I tested my game on LÖVE saying, "attempt to compare string with number". I tried everything to solve this, but nothing worked. I even tried to put the func...