Search found 4 matches

by PlatinumFaceGirl2
Sat Jan 11, 2014 3:26 pm
Forum: Libraries and Tools
Topic: Need help with limiting mouse clicks
Replies: 5
Views: 2458

Re: Need help with limiting mouse clicks

yeah, i got it, i had little trouble while forming it right, but now its fine. Thank you Plu and micha
by PlatinumFaceGirl2
Fri Jan 10, 2014 2:44 pm
Forum: Libraries and Tools
Topic: Need help with limiting mouse clicks
Replies: 5
Views: 2458

Re: Need help with limiting mouse clicks

local clicked = love.mouse.isDown( "l" ) if game.scene.mode == 1 or game.scene.mode == 2 then -----choose 2 to check for i = #objects.cards,1,-1 do local c = objects.cards[i] if mx > c.sprite.rect[1] and mx < c.sprite.rect[1] + c.sprite.rect[3] and my > c.sprite.rect[2] and my < c.sprite....
by PlatinumFaceGirl2
Fri Jan 10, 2014 5:05 am
Forum: Libraries and Tools
Topic: Need help with limiting mouse clicks
Replies: 5
Views: 2458

Need help with limiting mouse clicks

I am currently working on a game, memory game, almost done, everything working fine by now, but I have little problem and needs to be fixed. Everyone has seen a memory game before, you need to click 2 items, and if they match they go away, if they don't match they stay and you continue... My problem...
by PlatinumFaceGirl2
Wed Jan 08, 2014 3:23 pm
Forum: Games and Creations
Topic: Pairs - A basic card matching memory game
Replies: 16
Views: 10011

Re: Pairs - A basic card matching memory game

I made it ! Thanks for giving me advises and telling me that I should do it myself. I did it! It was not that I can't , It was if you wanted to help me cause I don't see the interest in stuff like Lua or Love ... Anyway, thank you all for making and feeling yourselves like professors ! ;) p.s And I ...