Hi Boogs - actually yes I was. I didn't know I shouldn't be

.
So
is this a valid way to draw animations when using a SurfaceView?
HOWEVER - the start() thing doesn't seem to be where it falls over, because I think it doesn't even get that far.
I am getting a classcastexception here
PHP Code:
AnimationDrawable sprite = (AnimationDrawable) getResources().getAnimation(R.anim.sprite);
I don't suppose you know where I could find an example of doing this correctly?