making a movie

I am currently trying to make a movie of 200 curves.

Does anyone know how to add a textbox or retitle the graphs using the movie function such that each individual curve in the movie will have its own name?

Thanks!
I don't know how to do that using the movie function.

However, you can write a small procedure to do this for you. Start with newmovie. Then, in a for loop, make the graph which will be the next frame in the movie and use addmovieframe. This will allow you do manipulate each graph prior to adding it to the movie. The easiest way to do this, is to make all the changes you want to a single graph and copy the commands from the command history.

Don't forget to use closemovie after you are done.