Search found 5 matches

by tapslap
Thu Oct 26, 2023 6:00 am
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 240
Views: 301029

Re: Here are EOS tutorials

Is it possible to have a line break in the title of a Notification box? I tried formatting the title string with /n and it doesn't work.

I would like to display a list of rules that is persistent across pages and not in the main scrolling text box at the bottom, but the using 6-8x individual ...
by tapslap
Sat May 27, 2023 3:50 am
Forum: Teasing Software
Topic: GuideMe (TeaseMe v2.0) - Current Build 0.4.4
Replies: 1808
Views: 1086746

Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.4

I Was using 0.4.5 from the link in the top post. I didn't realize there was a 0.4.5.1. I downloaded the newer version and it works fine, thanks!

I had been previously using 0.3.8 which also works fine, after a couple tweaks to the launcher
by tapslap
Tue May 23, 2023 6:30 am
Forum: Teasing Software
Topic: GuideMe (TeaseMe v2.0) - Current Build 0.4.4
Replies: 1808
Views: 1086746

Re: GuideMe (TeaseMe v2.0) - Current Build 0.4.4

Does anyone have v4.5 working on Linux?

I got 3.8 working on Ubuntu back in 2019 (only supported windows by default), but I don't remember exactly how I did it. It still runs fine today.

However I was curious to try out the new version, but none of the Linux releases will run (I tried 4.3 and 4.5 ...
by tapslap
Mon Aug 01, 2022 12:27 am
Forum: The Art of Webteasing
Topic: Play audio file with Eval action?
Replies: 2
Views: 1750

Re: Play audio file with Eval action?

Ok, I figured out a slightly different way to so this.

Loading all the files causes them to play over top of each other before they can be muted with Sound.get()stop(), so now I am loading them with the volume set to 0 and then changing it to 1 after the playback has been stopped. This works great ...
by tapslap
Sat Jul 30, 2022 11:29 pm
Forum: The Art of Webteasing
Topic: Play audio file with Eval action?
Replies: 2
Views: 1750

Play audio file with Eval action?

Is there an API somewhere that lists all of the EOS functionality?

Or does someone know if its possible to play an audio file directly from an Eval action? I have a 50+ audio files for different metronome speeds and other sounds, and I need to control which one is playing based on variable values ...