Search found 4 matches

by Mikaa
Tue Feb 27, 2024 1:09 pm
Forum: The Art of Webteasing
Topic: [FEEDBACK] Utena's Edge-O-Matic
Replies: 7
Views: 5131

Re: [FEEDBACK] Utena's Edge-O-Matic

To get a random Page except the last one you could use something like this in your Init script:

var minPage = 1
var maxPage = 50

function nextPage() {
pages.goto(randomPageExcept(pages.getCurrentPageId()))
}
function randomPageExcept(oldPage) {
var newPage = "page" + (Math.floor(Math.random ...
by Mikaa
Sun Feb 25, 2024 11:59 pm
Forum: The Art of Webteasing
Topic: [FEEDBACK] Utena's Edge-O-Matic
Replies: 7
Views: 5131

Re: [FEEDBACK] Utena's Edge-O-Matic

Two small things i noticed,
i think you forgot to remove the latex notification in the ending screen
and page 14 does not continue to the next page.

But other than that quite a nice tease.
by Mikaa
Thu Nov 30, 2023 12:51 pm
Forum: Technical Support
Topic: [EOS] how to create a side button?
Replies: 2
Views: 3088

Re: [EOS] how to create a side button?

Thank you for the help
by Mikaa
Thu Nov 30, 2023 11:30 am
Forum: Technical Support
Topic: [EOS] how to create a side button?
Replies: 2
Views: 3088

[EOS] how to create a side button?

Hey, how do i get a button on the side in the eos editor?
Like this:
Image