View Full Version : QUESTIONS!..
Napoly
December 30th, 2004, 08:32 PM
1.) The problem with me is that I like sharp design.. so if I see that my preloader with a progress (width=100 pixels) bar is a little blurry.. I'm going crazy.. I already tried to set everything up on position (0,0).. didn't help me much.. I think it have something to do with the frames of my movie.. pls help me out on this one.. any resorces on how to make a sharp progress preloader???
2.) My second problem is that I want to make a preloader on preloader like kigot.com have.. I did a "little" research but couldn't find anything.. any links or sugestions?..
thx so much!
PS: Hope I was understandable.. :)
Napoly
December 30th, 2004, 08:51 PM
1.) http://layouts.drawingart.org/ <-- I'm looking for a sharp nice preloader like this one..
minion
December 31st, 2004, 12:00 AM
If you have a stroke on your rectangle that could be causing the fuzziness. Try ditching it and the edge should be sharp.
2nd day
December 31st, 2004, 06:52 AM
about that preloader of kigot.com... i think this is what is done...
make a mc in this mc you let a box fade in. at the first frame you set a stop(); action and on the last frame too. then you duplicate the mc 10 times, name them 10, 20, 30, etc. then here's some script you have to add to your preloader.
if(_root.getBytesLoaded()>10){
_root.10.gotoAndPlay(2);
}
if(_root.getBytesLoaded()>20){
_root.20.gotoAndPlay(2);
}
if(_root.getBytesLoaded()>30){
_root.30.gotoAndPlay(2);
}
etc. i think you get the idea...
Napoly
December 31st, 2004, 10:22 AM
thanx minion.. the solution on my problem with preloader is Math.round.. (sorry dude I should post a .fla file for ya)
I know what you mean 2nd day.. but I heard it's better jump from one scene to another.. (it's really doesn't matter, but I want to see how it works) ..that's why I need some links..
2nd day
January 1st, 2005, 07:51 AM
i've never heard that before... it seems a little strange to me...
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.