Search found 2 matches

by Nero-One
Fri Feb 22, 2013 3:41 am
Forum: Support and Development
Topic: How to move an image a certain way?
Replies: 1
Views: 1730

How to move an image a certain way?

Currently in my code, there is a player object that moves smoothly, my only problem is that I can't get it to move forwards directly as in I can scroll side to side with 'A' and 'D' but not directly forward with 'W' and 'S'. Button combos such as 'W+A' and 'A+S' work though...Please help out!! funct...
by Nero-One
Fri Feb 15, 2013 5:19 am
Forum: General
Topic: Need a little help?
Replies: 0
Views: 1581

Need a little help?

Ok, so I borrowed some code so I could modify it to suit my needs. Its the general tiled map loader for love, but whats confusing me is 1) how do I add collision to the map? and 2) how do I add a player sprite? Its going to be a top down shooter, so any input/examples of making the character rotate ...