Uhhm, because the filters, it is very slowed down…
Posted about 1 year ago
This is a bacground for all kinds of files. Every line of code is commented, and it is very easy to customise. Just change the variables in the code. It contains two frames with different code. So it’s two for the price of one 
Yes, that is possible with some older machines. I am running 1Gb RAM and 2.20 GHz Double core AMD Athlon 64, with a Nice graphical card; nVidia GeForce 7600 GT (256 M
so no problem for me. For the people that don’t have an above average PC or Mac, or for people that expect visitors that don’t, the blur filter can be turned of easily. Just delete this line of code:
t.filters = [new flash.filters.BlurFilter((j/3),(j/3),10)];
Or you can change the last number to a lower one, blurring it less, so not much of a cpu hog then. Or raise the 3’s to a higher number also blurring it less if you still want a blur on it.
And because you can edit the object in just one movieclip, you can make it look as good as you want to. Even when you turn off the blur filter
Posted about 1 year ago
Man, I have the newest iMac
But it’s not a big problem, but if it’s slow on the latest version of the iMac, I think there should be a little less filters or so…
Filters can easily be turned off if desired. Just delete one line of code.
Posted about 1 year ago
It runs perfectly on my PC… the filters add a lot to the atmosphere and I would definitely leave it as it is now. Very nice file!
Posted about 1 year ago
i noticed in the mc ‘bol’ you put a stop in keyframe1. Should it be at the end of the clip? it prevents the squares from rotating.
And now some questions:
1. Can i restrict the squares to one particular shade of colour? 2. Can i make the rotation of the squares appear random? 3. Despite deleting the blurr, when i increase the stage size it runs very slow and staggard. Any other recommendations to make this file run smoother?
Thanks
Posted 5 months ago
Atroa
I made the rotation at first, but left it out because I didn’t think it worked out well. If you want to make it rotate, you would have to delete that stop action. Also you need to add the following code:
under t.randomcolor(); paste this code: t.gotoAndPlay(Math.round(random(100)));
replace this new Color(this).setRGB(Math.random()*0xFFFFFF); with this new Color(this).setRGB(random(255) << 16 | random(255) << 8 | random(255));and you have the value for Red Green and Blue (RG
that you can play with. That should get you going, If you don’t know how to get a specific color range, please email me from my profile.
As for the speed, have you tried deleting the blurfilter inside the “bol” mc yet? If that doesn’t help I really wouldn’t know, because it always ran smooth for me.
That should work. Again, if you have any questions please email me.
Posted 5 months ago