Search found 3 matches

by KowalewskajA
Fri Oct 19, 2018 2:09 am
Forum: Support and Development
Topic: Randomly generated Circles share the same x and y coordinates
Replies: 2
Views: 2958

Re: Randomly generated Circles share the same x and y coordinates

Aloa therektafire, first of all thank your very much for your reply. As there seems to be an issue with the img referencing I just included the URL to an Screenshot that might help understanding it more: https://love2d.org/imgmirrur/RFeOZ9s.png The idee behind - separating the more general game logi...
by KowalewskajA
Tue Oct 16, 2018 1:14 am
Forum: Support and Development
Topic: Mousepressed not working?
Replies: 27
Views: 17607

Re: Mousepressed not working?

Before I offer you a solution I would definately recommend you to read the documentation or try some tutorial ;). Anyway here is a working solution(rectangles are just for visualing the hitboxes): function love.load() menu_load() end function love.update(dt) local down = love.mouse.isDown(1) local m...
by KowalewskajA
Tue Oct 16, 2018 12:10 am
Forum: Support and Development
Topic: Randomly generated Circles share the same x and y coordinates
Replies: 2
Views: 2958

Randomly generated Circles share the same x and y coordinates

Hi Folks, first post here and a bloody beginner - nevertheless I could find a solution for all of my issues on my own - not with that issue. So the short story is, I followed adnzzzzZ's Blog earlier this year but never made it to really get my hands dirty. So I decided to start it and I am currently...