XWidgetSoft Forum
https://bbs.xwidget.com/

How can I assign an amount of time to showing some image?
https://bbs.xwidget.com/viewtopic.php?f=7&t=2814
Page 1 of 1

Author:  Armando [ March 28th, 2013, 5:56 am ]
Post subject:  How can I assign an amount of time to showing some image?

Tony or Qiancang: How can I assing a time to show some item?
i.e. That what I want: when I press a button I want to show some image, but just for a certain amount of time (3 secs, for example). What is the scrpit to do this?
THANKS!

Author:  Armando [ March 29th, 2013, 6:14 am ]
Post subject:  Re: How can I assign an amount of time to showing some image

Any help? thanks!

Author:  meme [ March 29th, 2013, 12:51 pm ]
Post subject:  Re: How can I assign an amount of time to showing some image

Will this do ?

function button1OnClick(Sender)
{
image1.visible = 1;
sleep(3000);
image1.visible = 0;
}

Author:  Armando [ March 29th, 2013, 1:58 pm ]
Post subject:  Re: How can I assign an amount of time to showing some image

THAT IS PERFECT!! THANkS Meme!!!!!!!!!!!!!

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/