intervals problem

        cameraPosInterval= LerpPosInterval(cameraNode,13,Point3(0,-10,5))
        cameraHprInterval= LerpHprInterval(cameraNode,13,Point3(0,-10,5))
        cameraPace = Parallel(cameraPosInterval, cameraHprInterval)
        cameraPace.play()

is giving me an error and i dont know why. cameranode is a node that the camera has been reparented to

You need to call start(), not play().

Next time, please give us the error message too, instead of just the code.

that worked :slight_smile:

and sorry for not posting the error, i will net time :wink: