Yeah you can. I was looking through the Help file that comes with SCI Studio.
Heres an example from it:
DrawPic(100 dpCLOSEREOPEN_EDGECENTER dpCLEAR 1)
/* draws PIC.100 closing the existing picture from center to the edges, reopens with the new picture from the edges to center, clearing the screen before drawing and using palette[1] as the default. */
Have a look in the Help file and search for pic. then select Kernal: DrawPic from the list, and it has the info you need.
It is best to use changeState with this, so that you can have it change after a certain amount of cycles, for a titlescreen for instance.
- Ultimo