Just click the green flag
I just made a quick project showing how to use sine to get a nice bobbing motion for my space octopus. I also had to use Absolute Value since sine is a cyclical function it results in a negative number sometimes. It would move backwards if I didn't put it into an absolute value to keep the number positive. I'll add more notes into the project later.