Not that I mentioned this in my first answer...
Hint: QUOTES are not a replacement for PARENS here!
You are passing STRINGS, so QUOTES are a MUST!
Yes, you did, and that was the hint I needed to get it fixed :oops:
End results:
Klaus, I made all the changes you suggested and fixed some 120 ...
Search found 4 matches
- Wed Feb 06, 2013 12:08 am
- Forum: Android Deployment
- Topic: Any multi-channel audio tips?
- Replies: 7
- Views: 5887
- Tue Feb 05, 2013 8:16 pm
- Forum: Android Deployment
- Topic: Any multi-channel audio tips?
- Replies: 7
- Views: 5887
Re: Any multi-channel audio tips?
in changing
function playSound whatSound, whatChannel, whatType
to
command playSound whatSound, whatChannel, whatType
it seems whatChannel and whatType are ignored, sounds with "looping" no longer play
inserting for diagnotics :
put whatChannel&&whatType into msg box
currently yields nothing ...
function playSound whatSound, whatChannel, whatType
to
command playSound whatSound, whatChannel, whatType
it seems whatChannel and whatType are ignored, sounds with "looping" no longer play
inserting for diagnotics :
put whatChannel&&whatType into msg box
currently yields nothing ...
- Tue Feb 05, 2013 7:32 pm
- Forum: Android Deployment
- Topic: Any multi-channel audio tips?
- Replies: 7
- Views: 5887
Re: Any multi-channel audio tips?
Thanks for the welcome and help Klaus
, good points you bring up. I will change things and report. I will study the scripting conference links, the release notes, to me, are already an invaluable resource.
- Tue Feb 05, 2013 8:50 am
- Forum: Android Deployment
- Topic: Any multi-channel audio tips?
- Replies: 7
- Views: 5887
Any multi-channel audio tips?
I'm trying to take the leap from hobbyist to commercial developer and I'm nearing completion of code for a set of children's interactive e-book apps. I'm to the point of heavy stress testing on multiple devices. Where my app seems fairly stable (but not perfect when pushed) on a Nexus 7, Kindle Fire ...