We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Problem with video button

Home Forums General Questions Problem with video button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44736
    troskhy
    Customer

    Hi all, i’m facing an issue that i’m not able to solution.

    I have a screen with a button, that when it’s pressed launches a video and when the video is finished (using “after X seconds do” puzzle) replace the screen with and image.

    Until here everything works as it is supposed to.

    But what if i want to press again the video button and start the video again? The “after X seconds do” screws the video playing again…

    How do i reset that time to 0 again, so video plays again properly?

    Any example?

    Thanks in advanced,

    Troskhy

    #44755
    xeon
    Customer

    Create a toggling flag

    in your startup script add
    set myvideo_variable_flag = 0

    Then in your onclick add a conditional statement
    If myvideo_variable_flag=0
    — start my video
    — set myvideo_variable_flag=1
    — AFter x seconds
    — replace texture
    — set myvideo_variable_flag=0
    end if

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.