Page 1 of 1

Adding a permanent button

Posted: Wed Sep 08, 2021 7:16 pm
by Layer_001
Hi,

I'm creating a my first webtease and I'm wondering how to implement a permanent button (a fail button) on the right of the screen. What I mean is a button that is almost always present and that is independent from the text. If you can help me you would do me a great favor.

Thanks in advance.

Re: Adding a permanent button

Posted: Wed Sep 08, 2021 11:38 pm
by Batman314
You'll want to use notifications.

First go to the Options/Settings tab in the eos editor and make sure notifications are enabled.

Now notifications will be available to add like any other action.

You will probably want to give it an identifier so that you can remove it later with a "Notification Remove" action.

It will look something like this:
Spoiler: show
Capture.JPG
Capture.JPG (77.01 KiB) Viewed 1255 times
Hope this helped.

-Batman

Re: Adding a permanent button

Posted: Thu Sep 09, 2021 10:28 am
by Layer_001
That's exactly what I needed, thanks a lot!