0

Präsentation switch different zone

Hello,

I would like to switch my präsentation (in MainPlaylist), when I touch one other zone (1-5). I would like to start 5 different playlists, when I touch the corresponding zone. The background should stay.


 

Thanks a lot!

6 comments

  • 0
    Avatar
    Bright Scripters

    If I understand correctly, you would only need two zones here.

    One Images zone for a static background image, with the buttons, and a second zone for the video.

    By saying "Playlist", do you mean that pressing button 1, plays a sequence of videos, or would it be a single video file?

    Also, is there a 6th video, that would play before any button is pressed?

  • 0
    Avatar
    Benedict Haas

    Hi,

    Oh yes that´s correct. I need only 2 zones :)

    It should play a sequence of videos and pictures, when button 1 is pressed. And same when pressing button 2 - 5, it should play other playlists.

    And your last sentence is correct, too. A 6th playlist (video´s and pictures) should be played, before any button is pressed and after, when playlist 1-5 are finished.

     

    greetings

  • 0
    Avatar
    Bright Scripters

    Looks like you would need something like this

     

  • 0
    Avatar
    Benedict Haas

    Yes that looks good.

    But my main problem is that I can choose only the touch area from my selected zone.

    My full screen has 1920x1080 pixels. My zone with sequence of playlists has 1600x900 pixels. The touch function should be outside of 1600x900 pixels in my background zone.

     

    I want change my main playlist, when touch 1-5 is touched.

     

     

     

     

  • 0
    Avatar
    Bright Scripters

    In that case, you'd need to create another zone, which can be transparent, which would only include the definition of the touch area.

    Each touch area would generate a zone message, that you would then capture, and respond to, in the zone where the playlists are.

    The touch events in the screenshot that I've sent, would be replaced with zone message events.

    So you have an invisible zone, sending messages to a visible zone.

    There is something more interesting coming, once you accomplish the above.

  • 0
    Avatar
    Benedict Haas

    Thanks!

    Zone messages works. Fine!

Please sign in to leave a comment.