Thanks. That's the first thing I tried. But that doesn't change the FPS of the movie when its exported to a file, which is what I really want. My current workaround is to have rate adjustment for playback preview and then when the export or save button is clicked, I adjust the duration and timescale values of the movie to fit the frame rate I want (new duration = duration/rate, new timescale = timescale*rate), do the export, then change them back (because more frames may be appended to the movie after an export). Sort of annoying, but it seems to work. Especially since Max won't let me change the global movie timescale (timescale not recognized as a settable attribute), and I need to do it for every track in the quicktime movie with tracktimescale. In this case, I know that the movies i am creating have only one track, so its not a big deal - i just change the timescale on track 1 and that seems to work.