A few questions on elements that orbit/move horizontal and rotate?

1 - I originally had in the rotation box #DWFSS#. My element was rotating, smoothly. I wanted it to go faster and changed it to (#DWFSS#*3). It no longer moved smoothly what expression am I missing to make it smooth and not jerky?

2 - I have an element I am moving across the screen from left to right, it works well

         $#DWFSS#<400?((#DWFSS#-119)*8):-350$

I have tried several changes to get it to go right to left, but all i get is it blinking on the screen. Using the same start positions as above how do i get it to go?

3 - Lastly, I am trying to make an element move across the screen horizontal while rotating. I originally had in the rotation box #DWFSS#. My element was rotating. Then in the X position I added

$#DWFSS#<400?((#DWFSS#-119)*8):-350$

it moved horizontally but the rotating stopped. How can I combine the 2?

Thanks for any help.

i figured out, that I just needed the ( ) around my rotation to get it to do both