Discuss using and improving Lua and the Lua Player specific to the PSP.
	Moderators:  Shine , Insert_witty_name 
			
		
		
			
				
																			
								zmathue 							 
									
		Posts:  5 Joined:  Tue May 02, 2006 7:27 am 
		
						
					
													
							
						
									
						Post 
					 
								by zmathue  Tue May 02, 2006 8:56 am 
			
			
			
			
			Can any one help me I want my program to Save a irda signal to a variable on a botton press while selecting an object on a menu.
This is what I have so far:
Code: Select all 
if pad:circle() and menustatus == -1 then
irdasignal = System.irdaRead()
end
					Last edited by 
zmathue  on Tue May 09, 2006 7:19 am, edited 1 time in total.
									
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								youresam 							 
									
		Posts:  87 Joined:  Sun Nov 06, 2005 1:43 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by youresam  Sat May 06, 2006 1:43 pm 
			
			
			
			
			You cant have a space between "irda signal", make it "irda_signal"
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								zmathue 							 
									
		Posts:  5 Joined:  Tue May 02, 2006 7:27 am 
		
						
					
						 
													
							
						
									
						Post 
					 
								by zmathue  Sun May 07, 2006 6:08 am 
			
			
			
			
			I no I changed the variable name to post this.
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								zmathue 							 
									
		Posts:  5 Joined:  Tue May 02, 2006 7:27 am 
		
						
					
													
							
						
									
						Post 
					 
								by zmathue  Fri Jun 16, 2006 9:41 am 
			
			
			
			
			Im sorry i accedentaly relpyed.