home *** CD-ROM | disk | FTP | other *** search
- Movie = {
- ACTIONS = {
- resume:;
- pause:;
- playOnce:;
- stopTimer:;
- gotoPreviousFrame:;
- stop:;
- animate:;
- takeFramesPerSecondFrom:;
- cash:;
- cashInNewThread:;
- gotoLastFrame:;
- gotoFirstFrame:;
- gotoFrameTakenFrom:;
- gotoNextFrame:;
- startTimer:;
- play:;
- };
- OUTLETS = {
- delegate;
- frameList;
- };
- SUPERCLASS = View;
- };
- MovieController = {
- ACTIONS = {
- open:;
- };
- OUTLETS = {
- speed;
- movie;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-