Advertisement
jsbsan

escucharUsuario

Oct 8th, 2013
1,820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.25 KB | None | 0 0
  1. Public Sub DrawingAreaTablero_MouseDown()
  2.  
  3.   Dim largo As Integer
  4.  
  5.   If main.pensando = True Then Return
  6.   'Print Int((Mouse.x) / d + 0.7)
  7.  
  8.   col[0] = Int((Mouse.x) / d + 0.7)
  9.   If col[0] > -1 Then
  10.     ProducidoClick[0] = True
  11.   Endif
  12.  
  13. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement