Irda Help

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
zmathue
Posts: 5
Joined: Tue May 02, 2006 7:27 am

Irda Help

Post by zmathue »

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 »

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 »

I no I changed the variable name to post this.
zmathue
Posts: 5
Joined: Tue May 02, 2006 7:27 am

Re: Irda Help

Post by zmathue »

Im sorry i accedentaly relpyed.
Post Reply