PLAYMOVIE

Syntax:

PLAYMOVIE animation$

Interrupt the running program and plays the movie file animation$. All known video formats are supported. (AVI, MPG, MP2...)

Sample:

PLAYMOVIE “animation.avi”
PRINT “Hello World”, 100, 100
SHOWSCREEN
MOUSEWAIT