Search found 147 matches

by TurtleP
Fri Mar 23, 2012 8:17 pm
Forum: Support and Development
Topic: Two things
Replies: 21
Views: 8159

Re: Two things

You must have a exactly named "PlayerD.png" in same directory than your main.love. Also try to instead use lowercase just for debugging for now. Can you post your .Love file (zip the files inside directory)? Yes, would you like to see my Source? Drawing a barrier seems to be a situation f...
by TurtleP
Fri Mar 23, 2012 7:30 pm
Forum: Support and Development
Topic: Two things
Replies: 21
Views: 8159

Re: Two things

Could you post your full, current code? I can't help you if you give us an abridged version: your initial post does not contain the line of code you mentioned. Something to consider: PlayerD.png does not equal playerd.png (caps matter!) I know, I typed it quite exact. It wasn't in my code because I...
by TurtleP
Fri Mar 23, 2012 7:27 pm
Forum: Support and Development
Topic: Two things
Replies: 21
Views: 8159

Re: Two things

Could you post your full, current code? I can't help you if you give us an abridged version: your initial post does not contain the line of code you mentioned. Something to consider: PlayerD.png does not equal playerd.png (caps matter!) I know, I typed it quite exact. It wasn't in my code because I...
by TurtleP
Fri Mar 23, 2012 7:19 pm
Forum: Support and Development
Topic: Two things
Replies: 21
Views: 8159

Re: Two things

love.graphics.rectangle("line"[map[y+map_y][x+map_x]],(x*tile_w)+map_offset_x, (y*tile_h)+map_offset_y) This is not how rectangle is supposed to work. You've halfway combined two different functions. I think you meant to use love.graphics.draw (). Thanks, but also: I did this, PlayerR = l...
by TurtleP
Fri Mar 23, 2012 7:11 pm
Forum: Support and Development
Topic: Two things
Replies: 21
Views: 8159

Two things

Hello All, I have been trying to make a new image appear, but LOVE won't see it exists, which it does when compressed into the .love. Second, I am trying to do tile scrolling as made in the tile-scrolling tutorial on the Wiki. It's not working. Can someone help me fix this? function love.load() play...
by TurtleP
Thu Mar 22, 2012 10:01 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1495840

Re: What's everyone working on? (tigsource inspired)

Well, I'm quite new to LOVE, studied it through tutorials for a day now..about 15 hrs (1 hr last night, during classes today in school) and I wanna make an RPG like Pokemon (something like it).. Though before you criticize me, I do have coding experience, mainly in Visual Basic 2010, and some aspect...
by TurtleP
Thu Mar 22, 2012 9:24 pm
Forum: General
Topic: New Game
Replies: 6
Views: 2554

New Game

Hello all, I have recently played a game, Mari0 made in LOVE. It is open source, so when I observed the code, I felt really close to it, as it is as simple-looking with certain aspects of VB (my favorite--second favorite now) programming language. (Third is Java). So, I have decided to take up LOVE....