How can I make a floating platform bob up and down?

svnsvn Member Posts: 445
edited November -1 in Working with GS (Mac)
Like the title says, I want it to move up and down, but at the bottom and top of its range, it should go over its range, then bob back down/up. How would I pull it off?

Comments

  • latygo60latygo60 Member Posts: 27
    make an invisible actor to track the top and bottom. and when the platform overlaps this actor, change the behavior (velocity or movement).

    I think this is the easiest way to do it.

    Or you could also make a rule sayin that when platform.positionY < (bottom Y) then Move to (top Y position).
Sign In or Register to comment.