Announcement

Collapse
No announcement yet.

Page 2 opens after delay

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Page 2 opens after delay

    Hello!

    I am using AutoPlay Media Studio 8.5 How can I make page2 open after 10 seconds of displaying page1 ?

  • #2


    Code:
    OnShow:
    Page.StartTimer(10000, 10);
    
    OnTimer:
    Page.Jump("Page2");

    Comment


    • #3
      Hello friend Herrin, I used this code exactly as you posted, but the following happens after I close page 2, it opens again because it is in "on show" on page 1 it stays in "loop", how can I solve this?

      thanks​

      Comment


      • #4
        on the fly example

        Code:
        [ATTACH]n310238[/ATTACH]

        Comment


        • #5
          example

          Comment


          • #6
            The example link is not available....

            Comment


            • #7
              Originally posted by Imagem-VIP View Post
              The example link is not available....


              PageJump with timer

              Comment


              • #8
                Thank you very much herrin now it works.

                Comment

                Working...
                X
                😀
                🥰
                🤢
                😎
                😡
                👍
                👎