If the avi movie file output is smaller than the current screen resolution,
it will not be displayed as full screen.
There are two solutions to fixing this.
1: If you know what the size of the avi output resolution is, you could set the display
mode for the DB program to match as long as that resolution is supported by your graphics
card.
set display mode X, Y, Color Depth
2: If the DB screen is larger than the avi, then resize the avi to fit.
play animation animation number, X1, Y1, X2, Y2
Resizing the ouput of the animation, or using a lower screen resolution than the avi
can cause distortion and loss of quality. You'll have to find a happy medium here.
You can also clear the avi after being played by using the
CLS command..
Simple Example:
play animation 1
repeat:until animation playing(1)=0
cls
play animation 2
repeat:Until animation playing(2)=0
cls