Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10570 | Rev 10572 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10570 Rev 10571
Línea 1592... Línea 1592...
1592
			 	}
1592
			 	}
1593
				if(blockCelda){
1593
				if(blockCelda){
1594
			 	if(t4){
1594
			 	if(t4){
1595
					cal1=mouse.y-y;
1595
					cal1=mouse.y-y;
1596
			 		cal2=cal1/recorte;
1596
			 		cal2=cal1/recorte;
-
 
1597
					cal3=x+cal2;
1597
					if(cal2>50){
1598
					if(cal2>50){
1598
						if((x+cal2)<=ancho&&mouse.y<=alto){
1599
						if(cal3<=ancho&&mouse.y<=alto){
1599
							yf=cal1;	
1600
							yf=cal1;	
1600
				 			xf=cal2;
1601
				 			xf=cal2;
1601
						}else if((x+cal2)<=ancho&&mouse.y>=alto){
-
 
1602
							yf=alto-y;
-
 
1603
							xf=yf/recorte
-
 
-
 
1602
						
1604
						}else if((x+cal2)>=ancho&&mouse.y<=alto){
1603
						}else if(cal3>=ancho&&mouse.y<=alto){
1605
							xf=ancho-x;
1604
							xf=ancho-x;
1606
							yf=xf*recorte;
1605
							yf=xf*recorte;	
1607
							
-
 
1608
						}
1606
						}
1609
 
-
 
1610
				 		
-
 
1611
				 	}
1607
				 	}
1612
			 	}
1608
			 	}
1613
			 	if(t3){
1609
			 	if(t3){
1614
					cal1=yf+(y-mouse.y);
1610
					cal1=yf+(y-mouse.y);
1615
			 		cal2=cal1/recorte;
1611
			 		cal2=cal1/recorte;