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.
|