Search found 2 matches

by smileymkd
Sat Dec 08, 2012 2:39 pm
Forum: General
Topic: draw sprite on mouse click
Replies: 2
Views: 3102

Re: draw sprite on mouse click

thanks A LOT :D
by smileymkd
Fri Dec 07, 2012 10:00 pm
Forum: General
Topic: draw sprite on mouse click
Replies: 2
Views: 3102

draw sprite on mouse click

I want to make a simle Tic-Tac-Toe game with Love2D. So my question is: How can I make to draw the X.bmp or O.bmp when I click with the mouse on some position (I have the logic how to find where to draw them, but I don't know how to make the stay there when I click). So I need to know (currently wit...