ImageBvr createMovieImage() {
SoundBvr [] snd = { null } ;
ImageBvr [] unitIm = { null } ;
NumberBvr len = importMovie(buildURL(_movieBase,"movie.avi"),
unitIm, snd);
loop it, by using the mod function |
unitIm[0] = (ImageBvr)unitIm[0].substituteTime(mod(localTime, len ));
return unitIm[0].mapToUnitSquare();
}
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.