home *** CD-ROM | disk | FTP | other *** search
- Movie = {
- ACTIONS = {
- resume:;
- pause:;
- playOnce:;
- stopTimer:;
- gotoPreviousFrame:;
- stop:;
- animate:;
- takeFramesPerSecondFrom:;
- cash:;
- cashInNewThread:;
- gotoLastFrame:;
- gotoFirstFrame:;
- takeModeFrom:;
- gotoFrameTakenFrom:;
- gotoNextFrame:;
- startTimer:;
- play:;
- };
- OUTLETS = {
- delegate;
- frameList;
- };
- SUPERCLASS = View;
- };
- MovieController = {
- ACTIONS = {
- open:;
- zoomOut:;
- showSettings:;
- takeFrameNumberFrom:;
- updateShouldUpdateFrameNum:;
- zoomIn:;
- movieDidSetFilm:;
- takeFramesPerSecondFrom:;
- movieDidStop:;
- showControl:;
- showInfo:;
- unZoom:;
- windowDidBecomeMain:;
- movieDidChangeFrame:;
- movieDidStart:;
- };
- OUTLETS = {
- frameNumberControl;
- frameNumberMaxTextField;
- framesPerSecondControl;
- framesPerSecondTextField;
- controlPanel;
- frameNumberTextField;
- settingsPanel;
- infoPanel;
- colorWell;
- movie;
- modeMatrix;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- takeBackgroundColorFrom:;
- takeUseBackgroundFrom:;
- takeFrameNumberFrom:;
- gotoFirstFrame:;
- gotoLastFrame:;
- takeModeFrom:;
- takeFramesPerSecondFrom:;
- };
- SUPERCLASS = Object;
- };
-