# Does this lag on your system, and what are you running

**URL:** https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818
**Category:** Uncategorized
**Created:** [August 18, 2004, 9:10am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818 "2004-08-18T09:10:07Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 18, 2004, 9:10am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/1 "2004-08-18T09:10:07Z")

</div>

does this lag on your system and what are ya runnin approx… thanks i need to know if i can continue…

[http://jfreeden.com/sites/pfmw/](http://jfreeden.com/sites/pfmw/)

---

<div class="post-metadata">

### Author: ![B3NKobe](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@B3NKobe](https://forum.kirupa.com/u/B3NKobe)
#### Post date: [August 18, 2004, 9:25am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/2 "2004-08-18T09:25:38Z")

</div>

Yeah this lags on my PC and I have a P3 1Gig - 512 SD-RAM - 20 gig harddrive - Radion 128MB graphics card

---

<div class="post-metadata">

### Author: ![dal\_platinum](https://avatars.discourse-cdn.com/v4/letter/d/ed8c4c/32.png) [@dal\_platinum](https://forum.kirupa.com/u/dal_platinum)
#### Post date: [August 18, 2004, 9:28am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/3 "2004-08-18T09:28:27Z")

</div>

Yeah, it does here, too. This is my work PC though, so you can’t expect too much. It is a P4 1.5Ghz. the graphics card is a generic ‘office’ type one (no dedicated 3d hardware).

If I remember, I’ll try it when I get back home.

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 18, 2004, 9:34am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/4 "2004-08-18T09:34:15Z")

</div>

hmm, it is all AS based, im pretty sure it lags cause of the 5 MC background are loaded all at once for background rotations… i dont have preloaders yet, but i dont think that is gonna help in this case… i have however run it on another home computer and it is as smooth as butter… but my 2 year old laptop lags… it dosent look terrible but it is definatly noticable… any suggestions?

---

<div class="post-metadata">

### Author: ![bobdoe](https://avatars.discourse-cdn.com/v4/letter/b/51bf81/32.png) [@bobdoe](https://forum.kirupa.com/u/bobdoe)
#### Post date: [August 18, 2004, 11:50am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/5 "2004-08-18T11:50:52Z")

</div>

speed up the alpha tweens, and make sure you use delete onEnterFrames when animations are done.

---

<div class="post-metadata">

### Author: ![senocular](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/senocular/32/7217_2.png) [@senocular](https://forum.kirupa.com/u/senocular)
#### Post date: [August 18, 2004, 11:58am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/6 "2004-08-18T11:58:14Z")

</div>

3Ghz P4 (1 gig ram) definite notice of slowdown. You can’t expect much coming from large faded images with a translucent box moving over them. You might want to drop the box, fade, then move the box to where it needs to be after the fade… and, like bobdoe said, speed it up a bit (ie use less frames) - the less frames you have to lag through the less the lag seems.

---

<div class="post-metadata">

### Author: ![redanchor](https://avatars.discourse-cdn.com/v4/letter/r/dbc845/32.png) [@redanchor](https://forum.kirupa.com/u/redanchor)
#### Post date: [August 18, 2004, 12:30pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/7 "2004-08-18T12:30:30Z")

</div>

Are you fading an image in and an image out at the same time? If so, that definately doesn’t help either. How many frames per second are you running?

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 18, 2004, 7:24pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/8 "2004-08-18T19:24:32Z")

</div>

30 fps… im fading in and out… here is a sample of the actionscript, anyone got anything better??

FRAME 1

setProperty(“obj1”, \_alpha, “0”);  
setProperty(“obj2”, \_alpha, “0”);  
setProperty(“obj3”, \_alpha, “0”);  
setProperty(“obj4”, \_alpha, “0”);  
setProperty(“obj5”, \_alpha, “0”);

obj1.loadMovie(“background1.swf”);  
obj2.loadMovie(“background2.swf”);  
obj3.loadMovie(“background3.swf”);  
obj4.loadMovie(“background4.swf”);  
obj5.loadMovie(“background5.swf”);

function setPositions()  
{

```
flPos = frame.frameLeft._y;
flWidth = frame.frameLeft._width;
ftWidth = frame.frameTop._width;
flHeight = frame.frameLeft._height;
frame.frameTop._y = flPos;
frame.frameTop._x = flWidth;
frame.frameRight._y = flPos;
frame.frameRight._x = frame.frameTop._x + ftWidth;
frame.frameRight._height = flHeight;
frame.frameBottom._y = flHeight - frame.frameBottom._height;
frame.frameBottom._width = ftWidth;
frame.frameBottom._x = flWidth;

```

}

function resizeFrame(v,nWidth,nHeight)  
{  
owidth = frame.frameTop.\_width;  
wDiff = nWidth-oWidth;  
wMove = wDiff/v;  
frame.frameTop.\_width = oWidth+wMove;

```
oHeight = frame.frameLeft._height;
hDiff = nHeight-oHeight;
hMove = hDiff/v;
frame.frameLeft._height = oheight+hMove;

```

}

function setFramePos(v,nxPos,nyPos)  
{  
xPos = frame.\_x;  
xDiff = nxPos-xPos;  
xMove = xDiff/v;  
frame.\_x = xPos+xMove;

```
yPos = frame._y;
yDiff = nyPos-yPos;
yMove = yDiff/v;
frame._y = yPos+yMove;

```

}

Frame 10

MovieClip.prototype.fadeTo = function(value, speed) {  
this.onEnterFrame = function() {  
this.aV = Math.floor(value-this.\_alpha);  
this.aV ? this.\_alpha += this.aV/speed : (this.\_alpha=value, delete this.onEnterFrame);  
};  
};  
// example useage  
obj1.fadeTo(90, 8);

i have the ovjects fading to 90% thinkin that if they dont have to go that last 10 % it will be quicker and easier for the cpu… as far as the onenterframes, i got to see if and where i used that. thanks again. let me know if you got any berrer actionscript.

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 18, 2004, 7:26pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/9 "2004-08-18T19:26:45Z")

</div>

i am using this.onEnterFrame, how do i close it?

---

<div class="post-metadata">

### Author: ![senocular](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/senocular/32/7217_2.png) [@senocular](https://forum.kirupa.com/u/senocular)
#### Post date: [August 18, 2004, 7:27pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/10 "2004-08-18T19:27:35Z")

</div>

its not the AS, its simply what you’re doing. You just need to tone it down a bit. Fading only one image should help a lot (fading in the top over the lower which will remain unfaded).

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 18, 2004, 7:32pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/11 "2004-08-18T19:32:25Z")

</div>

hmm ill get diggin in and see what i can do… thanks

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 19, 2004, 11:26pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/12 "2004-08-19T23:26:01Z")

</div>

ok people here is v.2, background graphics are half the filesize and half the opacity helping out the load… and again… let me know if she lags, thanks

[http://jfreeden.com/sites/pfmw/](http://jfreeden.com/sites/pfmw/)

---

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [August 20, 2004, 1:09am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/13 "2004-08-20T01:09:24Z")

</div>

I didn’t notice any…

P4 2.0 Ghz  
512 MB RDRAM  
64MB GeForce FX 420  
Firefox .93

---

<div class="post-metadata">

### Author: ![signifer123](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@signifer123](https://forum.kirupa.com/u/signifer123)
#### Post date: [August 20, 2004, 1:14am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/14 "2004-08-20T01:14:52Z")

</div>

no lag here 2

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 20, 2004, 5:05am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/15 "2004-08-20T05:05:26Z")

</div>

thanks, you like the layout so far btw?

---

<div class="post-metadata">

### Author: ![danielthelion](https://avatars.discourse-cdn.com/v4/letter/d/8c91f0/32.png) [@danielthelion](https://forum.kirupa.com/u/danielthelion)
#### Post date: [August 20, 2004, 6:28am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/16 "2004-08-20T06:28:50Z")

</div>

hey, i know you didnt ask about your fonts or anything, but i might think about changing that italic script font. it looks nice and elegant but its not legible and clear…at least not at that size.

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 20, 2004, 7:15am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/17 "2004-08-20T07:15:10Z")

</div>

you talkin about the address and terms at the bottom?.. i agree, i was just tryin to keep fonts down to 3… it is the same font as the nav… maybe if i do it all in caps or something it will be better, ill check it out. thanks

---

<div class="post-metadata">

### Author: ![danielthelion](https://avatars.discourse-cdn.com/v4/letter/d/8c91f0/32.png) [@danielthelion](https://forum.kirupa.com/u/danielthelion)
#### Post date: [August 20, 2004, 7:23am UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/18 "2004-08-20T07:23:00Z")

</div>

yeah those were the ones i was talking about. cheers for keeping that font count low. its definately unified because of it. i might try something a little simpler like maybe futura or a fff font?

---

<div class="post-metadata">

### Author: ![freedejm](https://avatars.discourse-cdn.com/v4/letter/f/5daacb/32.png) [@freedejm](https://forum.kirupa.com/u/freedejm)
#### Post date: [August 20, 2004, 6:47pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/19 "2004-08-20T18:47:12Z")

</div>

ill try some things and repose later on, thanks lion

---

<div class="post-metadata">

### Author: ![nOoB](https://avatars.discourse-cdn.com/v4/letter/n/5e9695/32.png) [@nOoB](https://forum.kirupa.com/u/nOoB)
#### Post date: [August 20, 2004, 8:33pm UTC](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818/20 "2004-08-20T20:33:30Z")

</div>

i had similar problems as you have, but that was because i faded in and out large images. And looking at your site, you seem to do that too

[Next page](https://forum.kirupa.com/t/does-this-lag-on-your-system-and-what-are-you-running/119818.md?page=2)
