Jump to content


Photo

To Daveberg


  • Please log in to reply
3 replies to this topic

#1 user_f_ps_other

user_f_ps_other

    Young Padawan

  • Members
  • Pip
  • 173 posts

Posted 25 April 2005 - 12:05 PM

Hi daveberg

I checked out your website today and was wondering if your could tell me how you made your preloader.

#2 daveberg

daveberg

    Jedi In Training

  • Members
  • PipPip
  • 434 posts
  • Interests:My pc of course!!<br /><br />Love photoshop, flash, and dreamweaver!!<br /><br />Other than that, it's the same old, out with the lads down the pub, back home to the mrs once my money runs out.....

Posted 26 April 2005 - 11:07 AM

Hello mate - I ran through a tutorial ages ago at flashkit.com so i can't remember the actual process for it step by step. Soz... :hi:

#3 CoryMathews

CoryMathews

    P2L Jedi

  • Members
  • PipPipPip
  • 554 posts
  • Gender:Male
  • Location:Texas

Posted 27 April 2005 - 12:59 AM

dont know if this is the exact preloader you are wanting but its the easiest i have found. you add this script to the first frame

stop();
preloader._width = 0;
gbt = _root.getBytesTotal();
preloader.onEnterFrame = function() {
scale = ((_root.getBytesLoaded()/gbt)*100);
this._xscale = scale;
if (scale == 100) {
_root.nextFrame();
}
loadPercent = (Math.floor(_root.getBytesLoaded()/_root.getBytesTotal()*100));
}

then you make a mc that represents you line that will grow. and name it "preloader"

then make a dynamic text box and make and name it "loadPercent" in the var: spot.

if you got any questions send me a pm.

#4 user_f_ps_other

user_f_ps_other

    Young Padawan

  • Members
  • Pip
  • 173 posts

Posted 27 April 2005 - 06:45 AM

Thanks for your help daveberg and CoryMathews :D

I was wondering if you could send me the fla. file for the preloader please daveberg




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users