Search found 5 matches

by Incrypt
Wed Oct 10, 2012 2:55 am
Forum: Support and Development
Topic: Side scrolling help..
Replies: 5
Views: 2778

Re: Side scrolling help..

Ahh thank you very much.
by Incrypt
Mon Oct 08, 2012 3:29 am
Forum: Support and Development
Topic: Side scrolling help..
Replies: 5
Views: 2778

Re: Side scrolling help..

Unfortunately that didn't work but I'll give you the files.
by Incrypt
Sun Oct 07, 2012 11:02 pm
Forum: Support and Development
Topic: Side scrolling help..
Replies: 5
Views: 2778

Side scrolling help..

How Would I be able to make a side scroller using the x and y axis? I am completely new to lua and coding and I have no frikken idea. So far I have made my character move in all 4 directions But I cant make the collision go to the bottom or right so I decided to make it a side scroller. If you can I...
by Incrypt
Thu Oct 04, 2012 10:14 pm
Forum: Support and Development
Topic: Player movement
Replies: 4
Views: 1459

Re: Player movement

Roland_Yonaba wrote:Hi, Incrypt.
Welcome on the Love forums, where everyone makes löve everyday!
First of all, please consider wrapping your snippets of code with code tags. It makes it easier to read.

Sorry,But thanks anyway I never guessed the + and - change it.
by Incrypt
Thu Oct 04, 2012 8:16 pm
Forum: Support and Development
Topic: Player movement
Replies: 4
Views: 1459

Player movement

My player moves only right and down and Im not very sure how to make him go up and left. Also I use a windows 7 and not sure how to change the zip but I'll just give you the main.lua coding function love.load() love.graphics.setBackgroundColor(0,0,0) medium = love.graphics.newFont(45) picture = love...