| 
	    
        To open the Picture Tool: 
	  
        - Open a file using pickAFile().
 
        - Create a picture by using makePicture(fileName) or makeEmptyPicture().
 
        - Run the openPictureTool(Picture) or select 'Picture Tool...' from
          the MediaTools menu.
 
        - See PictureTool from more information.
 
       
      To open the Sound Tool: 
      
        - Open a file using pickAFile().
 
        - Create a sound by using makeSound(fileName).
 
        - Run the openSoundTool(Sound) or select 'Sound Tool...' from the MediaTools
          menu.
 
        - See SoundTool from more information.
 
       
      To open the Frame Sequencer Tool: 
      
        - Open a file using pickAFile().
 
        - Create a movie by using makeMovieFromInitialFile(fileName).
 
        - Run the openFrameSequencerTool(movie) or select 'Frame Sequencer Tool...' from the MediaTools
          menu.
 
        - See FrameSequencerTool from more information.
 
       
	 |