Playing movies in reverse

upuaut8’s script will actually make the movie play backward, honest.

the script is checking every frame to see whether flag is true, and if it is, it goes to the previous frame, ie plays backward.

btw upuaut8, for a boolean test (true or false), just naming the variable is sufficient: if(flag){…

flag will evaluate to true or false all on its own.