-
automated key frames and camera expression script
Hello .. I have two questions .. I am new to AE but know flash quite well .. so I am trying to figure out how to go about doing stuff I know how to do in flash in ae
#1. I am sure this is very easy .. but is there an automated way to view a time line and insert position key frames every 1 second without doing it via the timeline?
#2. changing time elapsed based on camera angle – I am creating a kind of a fake 3d world .. and I have a comp with 4 frames that have different 3d views of an object .. I am moving a camera through space and based on the angle of the camera I want to use time elapse to jump to a specific frame to give the illusion its real 3d .. so I am trying to figure out how to write the script with expressions
something like
if(camera_angle >= 0 && camera_angle < 90){ mycomp.gotoandstop(1) }elseif(camera_angle >= 91 && camera_angle < 180){ mycomp.gotoandstop(2) }elseif(camera_angle >= 181 && camera_angle < 270){ mycomp.gotoandstop(3) }elseif(camera_angle >= 271 && camera_angle < 359){ mycomp.gotoandstop(4) }
Sorry, there were no replies found.