ui components to control looping on the fly
This commit is contained in:
parent
39ea1eb759
commit
a3be06639b
7 changed files with 58 additions and 10 deletions
|
@ -163,6 +163,11 @@ Controls.Page {
|
|||
print("Slide changed to: " + item.name);
|
||||
}
|
||||
|
||||
function loopVideo() {
|
||||
presentation.loopVideo();
|
||||
pWindow.loopVideo();
|
||||
}
|
||||
|
||||
function editSwitch(item) {
|
||||
if (editMode) {
|
||||
switch (editType) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue