Closed Thread Icon

Topic awaiting preservation: One more about dhtml and animation. (optimisation=) (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8157" title="Pages that link to Topic awaiting preservation: One more about dhtml and animation. (optimisation=) (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: One more about dhtml and animation. (optimisation=) <span class="small">(Page 1 of 1)</span>\

 
InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-01-2002 23:49

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 05-02-2002 02:48

InI, yeah that's a very good point. Some of my code uses that sort of thing to prevent overloading the browser with too many tasks. You can actually do quite a lot of really cool stuff by implementing more "state" into one's dhtml pages.

That's a cool concept you're using on your wallpaper page. Do you mind if I use the PSPong image in my puzzle? I'll ask Dracusis too. That's a beautiful result, I really like the barbed wire worked into that one.

. . : newThing

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-02-2002 08:12

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-02-2002 12:37

hey! since when is the new interface online?
why didnt you tell me!?
i love it man! kicks ass!!!

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-02-2002 13:00

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 05-02-2002 14:21

Yah Bugs, you can use the Image.

Actually, the match isn't finished yet. My bad and a very long story. Although I do intend to finish it one day. Hopefully on my mid-year break (about a month and a half away I think).

That's a really cool script InI.

"Screenshot from the storyboard of the upcoming Wapod megademo"

Looking sweet. Can't wait to see the end results!

RoyW
Bipolar (III) Inmate

From:
Insane since: Aug 2001

posted posted 05-02-2002 17:16

Is javascript code re-entrant like that?

I thought that if you had a timer, the code executed on timeout had to run to completion before the next interval would fire, even if one was due to fire?

Also, wouldn't you have to set up multiple timers (setInteval) to create multiple threads?
Even then, I am not sure that the code for a second timeout can execute before the code for the first one has run to completion.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-02-2002 21:23

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

RoyW
Bipolar (III) Inmate

From:
Insane since: Aug 2001

posted posted 05-02-2002 22:18

Thanks for the info InI.

I think the stacking of the timeouts is probably more plausible than just not firing.
But still, even if the timeouts are stacked won't the next one have to wait for the first to finish before it can be unstacked and executed?

I understand about skipping frames and re-entrant interupt routines but I am still not convined javascript code can be re-entrant.

I added a skipped variable to your code
if(!flag){
flag = true;
...
...
}else{
skipped++;
}
status = "skipped:" + skipped;


and the value of skipped never went up.
I checked on a P1000 running windows ME and on a P750 Running Windows NT

I even added more setIntervals and the value of skipped never changed.

If javascript code is re-entrant, shouldn't the value of skipped increase?

<edit to add>
Glad you like the FX and 3d animations.
It is because of the animations I am so interested in this thread. I am trying to get the optimum performance across all platforms.


[This message has been edited by RoyW (edited 05-02-2002).]

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-02-2002 23:19

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-03-2002 00:12

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

galaxal
Paranoid (IV) Inmate

From:
Insane since: Oct 2000

posted posted 05-03-2002 07:58

InI, I don't know if you mind if I make a suggestion on your wallpaper page.

First of all, I want to tell you I had great fun making waves by sliding my mouse up and down the thumbnails.

Now, let's say:
I left my mouse pointer on a thumbnail and received a phone call at the same time. So I go down stairs and answer the phone. It turns out that it's my mother and after 10 minutes of teaching, I come back to my computer.... I don't know what would happen. Do you? It'll probably be like having "while(1) string+= ("haha"+string);" in your code, but I am not sure.

Speaking of performance, I don't think having "position=relative" for the thumbnails is a good idea...


InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-03-2002 09:53

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-03-2002 20:31

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-07-2002 18:33

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

« BackwardsOnwards »

Show Forum Drop Down Menu