Simple rolling character creation

I can not seem to get a very simple character that just barrel rolls.
I have tried making it as a character BP but it would only move side to side and if i placed in a cylinder with collision it will only travel half way up.
I tried making it a pawn but I could not get any movement at all.

In both cases I added a move right input for D and -A
In the case of the pawn, see the attached image for my player controller setup

15879-playrhelp.jpg

Never mind, I figured it out.
I went back to the Flying sample project and this time I was more careful in removing the thrust functions and now it is great.