Hi fellow developers,
I have been struggling for some days now trying to make a ladder. I check for collision and when I am on the ladder I run a function that contains this
if joystick.joyY ~= false and ladder ~= false then
if joystick.joyAngle \> 325 or joystick.joyAngle \< 25 then
player.y = player.y + joystick.joyY \* ySpeed
player:applyForce( 0, -250, player.x, player.y )
end
end
Any suggestions, examples?
it is all welcome 
b-bond [import]uid: 120513 topic_id: 21200 reply_id: 321200[/import]