enyceexgloboi
May 1st, 2003, 02:57 PM
Here's the site I'm working on.
http://protelecom.net/protelecomv3/beta/index.html
after everything loads in the home section. The two windows that drop down seems to take up too much cpu power..
Here's how I have it set up..
On the first frame, I set the if statement
if (_root.bt == "home"){
gotoAndPlay ("start");
}
Second Frame. I set the loop.
gotoAndPlay (1);
So that it'll keep looping itself until the variable "bt" gets modified.
I think the constant looping is causing the high cpu usage..
(go over the buttons.. the rollover animation is soo slow.
but if you press the home button again to make the windows disappear.. - the rollover animation is normal again.
You can also check the windows task manager to see how much cpu power your browsers eating up..
Weird.. Can someone help me solve this?..
Thanks in advance..
http://protelecom.net/protelecomv3/beta/index.html
after everything loads in the home section. The two windows that drop down seems to take up too much cpu power..
Here's how I have it set up..
On the first frame, I set the if statement
if (_root.bt == "home"){
gotoAndPlay ("start");
}
Second Frame. I set the loop.
gotoAndPlay (1);
So that it'll keep looping itself until the variable "bt" gets modified.
I think the constant looping is causing the high cpu usage..
(go over the buttons.. the rollover animation is soo slow.
but if you press the home button again to make the windows disappear.. - the rollover animation is normal again.
You can also check the windows task manager to see how much cpu power your browsers eating up..
Weird.. Can someone help me solve this?..
Thanks in advance..