Interactivity
  • 12 Jun 2024
  • 1 Minute to read

Interactivity


Article summary

Incorporate basic touch/click in Dise Movies and easily switch between different scenes.

  1. Open the 'Interactivity' tab:

2. Select an object to see quick event settings.

3. Select no object to change the 'Advanced events' settings for a scene.


Basic Interactivity

Select an object and use the quick event settings:

  • Go to scene - Choose which scene to jump to.
  • Forward one scene - Will go to the next scene in the scene list.
  • Backwards one scene - Will go to an earlier scene in the scene list.
  • Restart scene - Restarts the scene from the beginning.
  • Return to previous scene - Goes to the scene before the current scene.
Touch events are registered as a click event.

Advanced Interactivity

Add, edit, delete one or more events in the 'Advanced events' menu:🔎︎ 

Add variables that will be set during playback, the variable will be set when the object starts and unset when the object stops:

  • Set a variable - Set a variable to a value, for instance to trigger other material.
  • Send remote control message - Sends a multicast network message which can be received by all players in my LAN.
  • Start interactive line animation - Starts the playback of a line animation object that has been marked as interactive.

Custom Commands

CommandParameter(s)DescriptionExample
Copyfromfile;tofileCopy a file from one location to anothercopy;D:\Text files\new.txt;C:\DISEContent\Text\trigger.txt
DeletefileDelete a file.delete;C:\DISEContent\Text\trigger.txt
Channel
Control the playback of a channel.

play;channel_nameStart the channel by the specified name.channel;play;Roadside

stop;channel_nameStop the channel by the specified name.channel;stop;Roadside

channel;pause;channel_namePause the channel by the specified name.channel;pause;

channel;unpause;channel_nameResumes the channel by the specified name.channel;unpause;Roadside

channel;loopscene;channel_nameIn the channel by the specified name, stay on the current scene.channel;loopscene;Roadside

channel;forward;channel_nameGo to the next scene in the channel by the specified name.channel;forward;Roadside2

channel;rewind;channel_nameGo to the last scene in the channel by the specified name.channel;rewind;Roadside
remotecontrolsend;messageSend a remote control message with a timestamp header

remotecontrol;send;Replay|AddVariable|daytime - Sends a message to set the daytime variable. 


sendnoheader;messageSend a remote control message without a timestamp header

remotecontrol;sendnoheader;Replay|RemoveVariable|daytime - Sends a message to remove the daytime variable.

executepath-to-executableRuns an external application on the player, allows files of type .exe, .bat, .vbs and others to be run.execute;C:\Path\To\File.exe



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.