Originally posted by SinaDehghani
View Post
Announcement
Collapse
No announcement yet.
Code for element appear after a few seconds.
Collapse
X
-
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
Leave a comment:
-
Originally posted by herrin View Postpage > on show
PHP Code:page.starttimer();
page > on timer
PHP Code:time=os.clock();
if time > 2.999 then
page.stoptimer();
input.setvisible("input1")
end
Leave a comment:
-
Page > On Show
PHP Code:Page.StartTimer();
Page > On Timer
PHP Code:time=os.clock();
if time > 2.999 then
Page.StopTimer();
Input.SetVisible("Input1")
end
- Likes 1
Leave a comment:
-
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?
Leave a comment:
-
don'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
- Likes 1
Leave a comment:
-
Code for element appear after a few seconds.
Is there any code that makes an element appear on the page after a few seconds? Like an image, a hotspot or an input?Tags: None
Leave a comment: