moving up and down objects

uupwayuupway Member Posts: 3
edited November -1 in Working with GS (Mac)
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!!

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    I also, would like to know how this is done.
  • TobyToby Member Posts: 478
    Use a timer loop, (note the brackets for nesting behaviors)

    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.
Sign In or Register to comment.