If you have a layer called FrontFlip (which would be the little image to flip to the back) you can now have it appear when you mouse enters the desklet instead of searching around for it.
Declare the following the desklet portion of the XML Skin and it will show the flippy on mouse enter and on mouse exist it will hide it.
Example
If you have a command in the onmouseenter, you can always call the effects using the desklet.ExecuteScript command.
Example
MyFunction(){
....
....
desklet.ExecuteScript('!EFFECT:SHOW,FrontFlip,255,10,10')
..
..
}
Have fun.








Sign In »
Register Now!
Help

MultiQuote