-
3d Layers Pop up when a numerical value is getting close
Hey all,
I’m sure this will be an easy one for some of you..I’m creating a scrolling gallery where the images rise closer to the camera, when it passes.
The camera flies to positions designated by a #NUMBER value (in the Sure Target 2 script). I want to control the image rise based on this #NUMBER value.
The images need to pop up when the camera is approaching from the last image. Kind of like a menu select screen or scrolling album gallery.So, when the camera flies to image 4, #NUMBER is changing from 3.0 to 4.0.
I want the image to begin rising (by 900 on its Z Anchor Point) from #NUMBER=3, be fully raised by #NUMBER=4 and then return to zero by #NUMBER=5.This will obviously need applying to the hundreds of image layers im working with. Each one represented by a different #NUMBER.
I’m not sure how to tell the layer that it needs to go from 0-900 in the space of #NUMBER=3 to #NUMBER=4, and then back down in the space of #NUMBER=4 to #NUMBER=5.
Any ideas?