There are a couple ways to do it, one is to use roImageCanvas not that good for fast animations, but can be easier to get started using, but it can be a bit difficult to get used to the syntax, screen positions are integer and you may get unexpected results if you accidentally use a float.
roScreen is optimized for animation, but is a bit more difficult to set up.
- Joel