movieTexture derived from ygNode Example Source Header

Description: replaces the texture on objects below it with that of a movie file

notes:
Category: Attributes
Author: Dave Pape
11/10/01
Revision: 01/10/03 Alex Hill - added Linux support thanks to Ben Chang

    Messages
file file set the name of the movie file
movie file set the name of the movie file
play [bool] start the movie from the beginning
stop stop the movie
    Events
end the movie has ended
    Debugs
frame
    Comments

constructor movieTexture

destructor ~movieTexture

method reset

1 set active to false
2 reset movie file
3 turn off frame debug

method message

1 set the name of the movie file
2 start the movie from the beginning
3 stop the movie

method setMovie

method app

0.0.1 the movie has ended

method replaceTextures