SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
AE Techniques
Training
Creative Cloud Debate
FAQ
Change opacity at a layer marker
COW Forums
:
Adobe After Effects Expressions
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Change opacity at a layer marker
by
Chris Huggett
on Mar 23, 2007 at 8:38:48 am
Hi guys
I am trying to recreate in 6.5, the opacity flash aexpression found in version 7s presets. Im having difficulty with it, and although the script does not throw up any errors, it still won't change the opacity at my markers.
I have applied the espression slider to a layer and also the solid composite effect. To this i have applied the expression
try{
flashWidth = effect("Opacity Flash - layer markers")("Flash Width (msec)") / 2000;
timeToMarker = Math.abs(time - marker.nearestKey(time).time);
easeOut(timeToMarker, flashWidth, 0, 100, 0)
}catch(err1){
100
}
And i have also adjusted the effect parameters so that it is on Add mode.
No luck... and ideas as to why.
Thanks alot
Chris
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Change opacity at a layer marker
by Chris Huggett on Mar 23, 2007 at 8:38:48 am
Re: Change opacity at a layer marker
by Chris Huggett on Mar 23, 2007 at 9:41:52 am
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]