| View previous topic :: View next topic |
| Author |
Message |
zmathue
Joined: 02 May 2006 Posts: 5
|
Posted: Tue May 02, 2006 8:56 am Post subject: Irda Help |
|
|
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: | 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 |
|
| Back to top |
|
 |
youresam
Joined: 06 Nov 2005 Posts: 87
|
Posted: Sat May 06, 2006 1:43 pm Post subject: |
|
|
| You cant have a space between "irda signal", make it "irda_signal" |
|
| Back to top |
|
 |
zmathue
Joined: 02 May 2006 Posts: 5
|
Posted: Sun May 07, 2006 6:08 am Post subject: |
|
|
| I no I changed the variable name to post this. |
|
| Back to top |
|
 |
zmathue
Joined: 02 May 2006 Posts: 5
|
Posted: Fri Jun 16, 2006 9:41 am Post subject: Re: Irda Help |
|
|
| Im sorry i accedentaly relpyed. |
|
| Back to top |
|
 |
|