You can use Physics->Set velocity
It's almost the same as setting Bullet speed, only it works correctly with physics objects.
For sine movement you can add Sine behavior, but select "Movement=Value only" in properties.
Then on every tick do Physics->Set velocity to (Self.Sine.Value)
Alternatively, you can move your platforms using forces, impulses, gravity, linear damping etc.