A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: preloader framerate of mc

  1. #1
    will i ever get it?
    Join Date
    Feb 2004
    Posts
    707

    preloader framerate of mc

    hey guys.

    i understand how to make a bar in the preloader grow. i learned to make a variable called "percent" which is essentially the difference of bytesloaded to bytestotal. The next step i want to accomplish is to make a movieclip play at the speed at which the percent is growing. That is to say, this mc will be like a little entertainer until the movie is loaded...but the last frame of the mc will arrive at 100%. Any ideas to controling the frame rate of the mc to equal that of the loading process?

  2. #2
    Senior Member chi-styler's Avatar
    Join Date
    Jul 2001
    Location
    Bristol, UK
    Posts
    1,237
    Do you mean that if your MC had 20 frames in total, then, for example, when preloader was at 50% you want it to go to frame 10? If so, use

    my_mc.gotoAndStop(Math.floor(my_mc._totalframes/100 * percent));

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center