Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE AFTER EFFECTS: ForumAE BasicsAE ExpressionsTutorialsArticlesPodcastsMotion GraphicsTrainingCinema 4D

loading page simulation - how do i get the % automatically?

Cow Forums : Adobe After Effects Expressions
cow
loading page simulation - how do i get the % automatically?
by Bert Brown on Jun 30, 2008 at 6:46:44 pm

what would be the expression for the source text where it would always say "Loading" and "%" and in between would be the opacity of say the layer "percentage"

and how can i get this to have no decimal places?

making a loading page simulation

----------------------------------


peep my over-the-interweb band, red abbott.
"we electro-rock over long distances..."

Respond to this post     Return to posts index


cow
Re: loading page simulation - how do i get the % automatically?
by Darby Edelen on Jun 30, 2008 at 7:07:58 pm

You could begin by typing "Loading" into the text layer and then add this expression:


o = Math.round(opacity);

" " + o + "%";


I believe that should work, although I can't check it right now (rendering).

Darby Edelen
Lead Designer
Left Coast Digital
Santa Cruz, CA

Respond to this post     Return to posts index

cow
Re: loading page simulation - how do i get the % automatically?
by Bert Brown on Jun 30, 2008 at 7:18:25 pm

ah yes, Math.round.

seems "loading" needs to be written in the first quotes in the expression, but otherwise, works great. thanks!

----------------------------------


peep my over-the-interweb band, red abbott.
"we electro-rock over long distances..."

Respond to this post     Return to posts index



cow
Re: loading page simulation - how do i get the % automatically?
by Darby Edelen on Jun 30, 2008 at 7:27:16 pm

[Bert Brown] "seems "loading" needs to be written in the first quotes in the expression"

Ah yes, that's my fault... it should have been:


o = Math.round(opacity);

value + " " + o + "%";


Darby Edelen
Lead Designer
Left Coast Digital
Santa Cruz, CA

Respond to this post     Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSLIBRARYPODCASTSBLOGSMAGAZINESERVICESNEWSLETTERSNEWSSTOREEVENTS

© CreativeCOW.net All rights are reserved.

[Top]