Is there any code that makes an element appear on the page after a few seconds? Like an image, a hotspot or an input?
Announcement
Collapse
No announcement yet.
Code for element appear after a few seconds.
Collapse
X
-
Originally posted by SinaDehghani View Postdon't forget Hello!
you can use Timer in autoplay:
OnShow:
PHP Code:R = 0
page.starttimer(ID,MiliSeconds);
PHP Code:if R == 0 then
if e_ID == ID then
R = 1
Image.SetVisible(NameObject, true);
end
end
Something like:
The element is an object called "Input1" and it would appear on the page 3 seconds after the page appears.
Could you do that for me please?
Comment
-
Hello Ewertongba99!
I make a apz for you (I tried to be as easy as possible):
It's attachment in end!
good luck!
Attached Files
- Likes 1
Comment
Comment