Pencil Code Reference > slide
slide is essentially the same as movexy, and replaces the old move command.
The error move deprecated. Use slide. means that the old move command was used somewhere in your code. To fix this, just replace move with slide. It will function the same way without needing any additional changes.