Please enable set for events and items set some sound…
Posted by: pierrot | on May 5, 2015
Please enable set for events and items set some sound…
For example for: tap, touch, swipe up/down, etc.
Best way as ll action (new option select sound)
Pierre Hébert
]]>Posted in | 2 Comments »
Tags:
« A question to fellow mods: Is there a way to disable the email notifications from people that want to join? (Previous Post)
(Next Post) Strange behaviour in app drawer when zoom in. Apps overlay each other. Is this a Bug? . »
< ![CDATA[
//this on the tap event should work (remember to enable tap sounds in Android settings)
LL.bindClass(“android.view.SoundEffectConstants”);
var it=LL.getEvent().getItem();
it.getRootView().playSoundEffect(SoundEffectConstants.CLICK);
it.launch();
]]>
< ![CDATA[
TrianguloY works perfectly!
]]>