document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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
');