Hi all,
I just wanted to thank everyone for being so through and engaged on this forum. I have learned an incredible amount in a short time just studying other peoples issues and their resolution.
I had a scenario I was trying to create and needed some guidance. I am working on a megaman-type platformer. I want to have a platform appear after a boss fight. When the player jumps on the panel it would slowly move vertically as baddies swarm the player.
I have figured out making the platform appear after the boss dies and the baddie spawning. I am struggling with making the platform slowly move up vertically once the player jumps on, stopping when it reaches the desired point and not moving back. The sine behavior seems like the right way to go but I don't want the platform to move up and down.
If anyone has any advice I would appreciate it.