Now I set paddle vertical, and add this: clamp(Mouse.Y, WallTop.Y+Player.Height/2, WallDown.Y-Player.Height/2)
I can control paddle (player) vertical, but on start of layout, paddle appears on up side of layout. What else can I do to start the game with paddle centre of Y coordinate?
And another question. When I set mouse to control player (up and down), keyboard control ( 8 direction) stop working. How I do to work mouse movement a keyboard at the same time?