Search found 3 matches

by SSheep_
Fri Apr 18, 2014 4:01 pm
Forum: Support and Development
Topic: Collison- yes i know more collision help
Replies: 4
Views: 857

Re: Collison- yes i know more collision help

Ranguna259 wrote:Hmmm.. This looks really wierd, everything looks fine.
Could you post the .love ?
I acutely fixed it i just copied the code and past it again and it worked lol

thanks for the help :D
by SSheep_
Fri Apr 18, 2014 12:02 am
Forum: Support and Development
Topic: Collison- yes i know more collision help
Replies: 4
Views: 857

Re: Collison- yes i know more collision help

Hi thanks for the replay very easy to understand but i got a error when trying to use it heres my code require "player" function love.load() love.graphics.setBackgroundColor(255,255,255) gameState = "playing" boxX = 100 boxY = 100 boxWidth = 32 boxHeight = 32 end function love.up...
by SSheep_
Thu Apr 17, 2014 2:31 am
Forum: Support and Development
Topic: Collison- yes i know more collision help
Replies: 4
Views: 857

Collison- yes i know more collision help

Hello their! Now I'm new to programming i've been at it for like 3 days now.I've been making simple games like adventure games were you click buttons for answers like the walking dead :cool: ! I want to start more compacted things but for that i need to learn how to make collision or a hitbox. I've ...