Search found 51 matches

by Philocalist
Mon Jun 22, 2020 9:38 pm
Forum: The Art of Webteasing
Topic: Metronome Programmatically
Replies: 8
Views: 3572

Re: Metronome Programmatically

Thank you all, it was very informative. At least now I'm certain that I won't do work that could be worked around. I'm about to create a few hundred one minute metronome clips. Already got 20. Wish me strenght for the tediousness that lies ahead.
by Philocalist
Mon Jun 22, 2020 3:24 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

I do not really see the inner workings from here.
What I would need you to do is to go to the backwards cirle arrow symbol and send me the json file (which is essentially the backup).
by Philocalist
Mon Jun 22, 2020 3:02 pm
Forum: The Art of Webteasing
Topic: Metronome Programmatically
Replies: 8
Views: 3572

Re: Metronome Programmatically

The first problem is, where do you run this code? In EOS you can just run code when certain events happen, and if it does not terminate, the tease will hang. If you do that directly in a browser, you will put a lot of load on the processor and at some point modern browsers will probably stop your s...
by Philocalist
Mon Jun 22, 2020 2:46 pm
Forum: The Art of Webteasing
Topic: Metronome Programmatically
Replies: 8
Views: 3572

Re: Metronome Programmatically

There is nothing like the wait call in Javascript. Code like that would require a separate thread to run in the background and Javascript is for the most part single threaded. (This is no longer true for some modern APIs that allow background tasks, but they still do not provide such a wait call an...
by Philocalist
Mon Jun 22, 2020 2:44 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

I don't suppose you would so kind as to look and tell me where im going wrong? I can publish it and then remove it afterwards? there is an option to send just the link you don't need to publish also, you should share it with me so I can edit. Playing the tease won't allow me to look into the matter.
by Philocalist
Mon Jun 22, 2020 2:43 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

SissyChris76 wrote: Mon Jun 22, 2020 2:22 pm I don't suppose you would so kind as to look and tell me where im going wrong? I can publish it and then remove it afterwards?
there is an option to send just the link
you don't need to publish
by Philocalist
Mon Jun 22, 2020 2:06 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

Im pretty sure there was nothing to interfere with the goto. Do you know what the size limit is for a tease. I may have got there in 60 pages. So strange that when I skip past it, everything is ok. There are no official limits for a tease. Saving it might get harder and I've had my fair share of as...
by Philocalist
Mon Jun 22, 2020 1:23 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

SissyChris76 wrote: Mon Jun 22, 2020 1:19 pm Hi, yes the goto page was all correct, I checked it 5 times lol
And there are no other actions that would mess with the goto?
by Philocalist
Mon Jun 22, 2020 1:04 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

SissyChris76 wrote: Mon Jun 22, 2020 1:02 pm I kinda solved my issue by skipping forward 5 pages from thr page before the problem one. How is that possible?
I would double check the goto page attribute. It points to the right page, etc.
by Philocalist
Mon Jun 22, 2020 1:01 pm
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

Thanks for your reply there friend. How can I avoid the memory thing? I've been using some large audio files, but I never would have thought I would get the limit so quickly? I tried edge and firefox both same issue. I've found that it is best practice to not overpopulate a page with more than nece...
by Philocalist
Mon Jun 22, 2020 12:09 pm
Forum: The Art of Webteasing
Topic: Metronome Programmatically
Replies: 8
Views: 3572

Metronome Programmatically

Hello All! I've ran into a minor crossroads I need help with. The tease I'm making is super-interactive and variable dependent and I would like to make a metronome function to make my life easier and the tease better. It could look something like this: function metronome(bmp,timeInSeconds=undefined,...
by Philocalist
Mon Jun 22, 2020 11:40 am
Forum: The Art of Webteasing
Topic: EOS help
Replies: 20
Views: 1855

Re: EOS help

Hi all! Im using Google chrome and I've only got to the 60th page of my first tease, and had a problem already :weep: . For some reason the page won't go to the next page. Should I use a different browser? It wouldn't hurt to try. The problem might be the too much memory in use, you might need to o...
by Philocalist
Fri Jun 19, 2020 8:58 pm
Forum: All and Everything
Topic: Major Project Announcement (Legend of the Psyons- an EOS Estim Full Game)
Replies: 49
Views: 15507

Re: Major Project Announcement (Legend of the Psyons- an EOS Estim Full Game)

Just wow! I have been working on a very similar concept for quite a time now, it's today that I decided to get back to it and finish. My javascript code stands now at 10.000 lines and the json for the whole is just a bit over a quarter million. I see that you've also met the EOS storage limit, but u...
by Philocalist
Mon Feb 03, 2020 11:20 am
Forum: Suggestions
Topic: EOS improvement
Replies: 6
Views: 3972

Re: EOS improvement

Does anyone know of a way to get anonym statistics from a tease? I reckon it would help improve certain parts.
by Philocalist
Sat Feb 01, 2020 2:53 pm
Forum: Suggestions
Topic: EOS improvement
Replies: 6
Views: 3972

Re: EOS improvement

Also, if there was an option when selecting an image from uploads to assign a special id to it (example: myFolder/3), which then in turn would be translated for the location the eos actually uses would be great. When working with many relating pictures changing the last number of the location works,...