Page 1 of 1

Help with eos

Posted: Sat Mar 27, 2021 5:50 pm
by agus76
Hello everyone, I am creating a webtease like my old tease “video chat simulator” . The problem is that with eos I can create a movie effect like with nyx.

I mean that I usually use three different frames in the same page with timelaps of 1 sec for each image to simulate a video effect, in the end of the page I insert goto action to come back to same page, so I can create a loop effect till the user click on the bottom to go on.

The problem is that when goto action make the page reload the text gets reloaded too. What I need is a way to keep the text without changing or reloading , meanwhile pics continue to change in loop effect.

Can you help me?
Thanks

Re: Help with eos

Posted: Sun Mar 28, 2021 8:23 am
by phönix
Hmmm... A possible work around would be to display the text in notification titles.
May look a little odd... :unsure:

Re: Help with eos

Posted: Sun Mar 28, 2021 3:38 pm
by PlayfulGuy
phönix wrote: Sun Mar 28, 2021 8:23 am Hmmm... A possible work around would be to display the text in notification titles.
May look a little odd... :unsure:
I had a look at your old tease and I think what you want is achievable in EOS. It will just take some work.

You can change the picture several times within the page easily enough with a 1 sec timer between the image changes.

In EOS you can store stuff (like page text for instance) in variables, then insert the text into the page using an "eval" action.
So conceivably you could start with a variable holding the first phrase, change images, add another phrase to the variable, change images, display the current variable content, etc.

When you need to wait for input you go to another page that just displays the current variable content, resetting it in the button actions when the button is clicked.

It will take some work, but it's probably doable.

PG