XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 10th, 2025, 8:24 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: plz help for SCRIPT!
PostPosted: March 29th, 2013, 7:52 pm 
Offline
User avatar

Joined: September 3rd, 2012, 1:08 am
Posts: 113
Location: India
Hi, plz help me for complete widget script
:-
when mouse enter on widget > first, pnganimate play then objects(Images/buttons/text etc.) visible
&
when mouse leave widget > first, objects unvisible then pnganimate play. . .
.
I hope u understand. . .
Plz help ;-)

_________________
@ILOVEMYINDIA...
My fb profile @
http://facebook.com/aadi192122
find on deviantART @
http://aadisuv.deviantart.com/


Top
 Profile  
 
 Post subject: Re: plz help for SCRIPT!
PostPosted: March 29th, 2013, 8:53 pm 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
Hi,
You can write code in Widget's Event "widgetOnEnter" and "widgetOnLeave"

Code:


function widgetOnEnter()
{
  pnganimate1.Play = true;
  image1.Visible = true;
}

function widgetOnLeave()
{
  pnganimate1.Play = false;
  image1.Visible = false;
}


_________________
XWidget Software Developer
[XWidget for Android] [Lastest version of XWidget] [Lastest patch of XWidget]
[XDesktop for Android/Windows]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group