Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10571 Rev 10572
Línea 1597... Línea 1597...
1597
					cal3=x+cal2;
1597
					cal3=x+cal2;
1598
					if(cal2>50){
1598
					if(cal2>50){
1599
						if(cal3<=ancho&&mouse.y<=alto){
1599
						if(cal3<=ancho&&mouse.y<=alto){
1600
							yf=cal1;	
1600
							yf=cal1;	
1601
				 			xf=cal2;
1601
				 			xf=cal2;
1602
						
-
 
-
 
1602
						}else if(cal3<=ancho&&mouse.y>alto){
-
 
1603
							yf=alto-y;
-
 
1604
							xf=yf/recorte
1603
						}else if(cal3>=ancho&&mouse.y<=alto){
1605
						}else if(cal3>=ancho&&mouse.y<=alto){
1604
							xf=ancho-x;
1606
							xf=ancho-x;
1605
							yf=xf*recorte;	
1607
							yf=xf*recorte;	
1606
						}
1608
						}
1607
				 	}
1609
				 	}
1608
			 	}
1610
			 	}
1609
			 	if(t3){
1611
			 	if(t3){
1610
					cal1=yf+(y-mouse.y);
1612
					cal1=yf+(y-mouse.y);
1611
			 		cal2=cal1/recorte;
1613
			 		cal2=cal1/recorte;
-
 
1614
					cal3=x+cal2;
-
 
1615
					if(cal2>50>=0){
1612
					if(cal2>50&&(x+cal2)<=ancho&&mouse.y>=0){
1616
						if(cal3<=ancho&&mouse.y>=0){
1613
					 	yf=cal1;
1617
							yf=cal1;	
1614
					 	xf=cal2;
1618
				 			xf=cal2;
1615
					 	y=mouse.y;	
1619
							y=mouse.y;	
-
 
1620
						}else if(cal3<=ancho&&mouse.y<0){
-
 
1621
							yf=yf+y;
-
 
1622
							xf=yf/recorte
-
 
1623
							y=0;
-
 
1624
						}else if(cal3>=ancho&&mouse.y>=0){
-
 
1625
							xf=xf+x;
-
 
1626
							yf=xf*recorte;
-
 
1627
							y=0;	
-
 
1628
						}
-
 
1629
					 	
1616
				 	}
1630
				 	}
Línea 1617... Línea 1631...
1617
				 		
1631
				 		
1618
			 	}
1632
			 	}
1619
			 	if(t2){
1633
			 	if(t2){