moving up and down objects
trying to have object moving up for x seconds then down y sec then up x+1 sec..
in a loop for about 7 times.
how do I set this option.
thanks!!
in a loop for about 7 times.
how do I set this option.
thanks!!
Comments
Create an attribute (INDEX) eg: counter
(Rule - if counter =< 7
(timer - every 14 seconds
(timer for 7 seconds ( move up )
(timer after 7 seconds ( move down )
(Change attribute - counter +1)))
(move up / move down) You can insert the move attribute, or for smooth results use accelerate or interpolate.