adding a nextSlideAction instead of nextSlideText to allow for other types

This commit is contained in:
Chris Cochrun 2022-04-02 14:50:40 -05:00
parent 366660dcb2
commit 2e72a01c6f
4 changed files with 24 additions and 16 deletions

View file

@ -125,7 +125,7 @@ Controls.Page {
else
presentation.text = item.text;
presentation.textIndex = 0;
presentation.nextSlideText();
presentation.nextSlideAction();
print("Slide changed to: " + item.name);
}