I want to make something special feedback when user click the icon.
I want to make something special feedback when user click the icon. Basically, once return feed back(colorized, pressed icon, etc) on screen then should restore initial design(icon) after
closed app.
I’ve made some case for feedback
1) colorized icon(when i pressed)
2) changed icon with shadow
3) deformation of icon
Is there any idea for this implementation(script)
]]>
< ![CDATA[
You can use the touch event (long tap on the setting to get help and a sample script). In the ACTION_DOWN and ACTION_UP cases, you can manipulate the item properties as you like.
]]>
< ![CDATA[
Pierre Hébert which setting?
]]>
< ![CDATA[
in item properties / event / touch
]]>
< ![CDATA[
Pierre Hébert Yes. Right. Formally I found page as you told but I can’t find example of action_down and up. Would u mind provide accurate site or sample of script? Thank you
]]>
< ![CDATA[
Long tap on the touch event, the aforementioned script is linked at the bottom of the help text.
]]>
< ![CDATA[
Pierre Hébert I’m so sorry. “http://www.lightninglauncher.com/help/app/topic.php?id=160&&v=285” is the site as I long-tab on touch event. There are 3 link(item, MothionEvent, Free hand painting)
-In motion event, there is not example .It just provide explanation of parameter.
]]>
< ![CDATA[
This is this third link: Sample script: Free hand painting.
http://www.lightninglauncher.com/wiki/doku.php?id=script_paint_free_hand
There’s a sample code here.
]]>
< ![CDATA[
Pierre Hébert Thanks, I already test it before. But which is the same point as I told. event on ICON.
]]>
< ![CDATA[
I am sorry but I don’t understand where the problem is?
]]>
< ![CDATA[
I think that example of “paint_free_hand” don’t related on my needs as changing color of icon when press the icon
]]>