"squirreltown" wrote:
Hey thank you TheEndless, I've read enough posts to know you know your stuff, The "*" key is the one I want.
1. I'm shocked if I actually wrote it correctly.
2. It still doesn't work - Arrgh!
3. I'm going to stare at it until it does
thanks
I see the problem. You're listening for the keypress on the roAudioPlayer's message port. roAudioPlayer doesn't receive isRemoteKeyPressed events. You need to share that port with the screen you're displaying at the time. Depending on the screen type, it should either receive an isRemoteKeyPressed event or an isButtonInfo event (in some cases both).