adding a nextSlideAction instead of nextSlideText to allow for other types
This commit is contained in:
parent
366660dcb2
commit
2e72a01c6f
4 changed files with 24 additions and 16 deletions
|
@ -125,7 +125,7 @@ Controls.Page {
|
|||
else
|
||||
presentation.text = item.text;
|
||||
presentation.textIndex = 0;
|
||||
presentation.nextSlideText();
|
||||
presentation.nextSlideAction();
|
||||
|
||||
print("Slide changed to: " + item.name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue