have_posts order by title descending

I think the part you are just missing order. Try this:

'post_type' => 'movies',
'orderby' => 'title',
'order'   => 'ASC',