Aqua-Soft Forums: Tip- Hover flippy - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Tip- Hover flippy Rate Topic: -----

#1 User is offline   pcm Icon

  • Group: Member
  • Posts: 617
  • Joined: 02-May 05

Posted 21 May 2006 - 02:53 PM

With the latest BETA version of AveScripter, you can now have the effect placed anywhere.

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

!EFFECT:SHOW,FrontFlip,255,10,10
!EFFECT:HIDE,FrontFlip,0


If you have a command in the onmouseenter, you can always call the effects using the desklet.ExecuteScript command.

Example

MyFunction()
!EFFECT:HIDE,FrontFlip,0



MyFunction(){
....
....
desklet.ExecuteScript('!EFFECT:SHOW,FrontFlip,255,10,10')
..
..
}


Have fun.
0

#2 User is offline   RIMMER Icon

  • Group: Member
  • Posts: 470
  • Joined: 25-January 04

Posted 22 May 2006 - 06:23 AM

Oh, great! Thanks for this!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic