Director Movies
Documents
Display Images Examples - D11.5
| Date added: | 05/13/2010 |
| Date modified: | 10/26/2011 |
| Filesize: | 3.63 MB |
| Downloads: | 1424 |
This movie demonstrates several ways to display images from a list. Features include the ability to navigate through images with the arrow keys, shuffle the order of the images, start or stop auto playback, and zoom toggle an image so it fills the screen then goes back to its original size and position.
File Format: Adobe Director 11.5
![]()
Basic Slideshow
| Date added: | 04/10/2007 |
| Date modified: | 04/10/2007 |
| Filesize: | 4.6 MB |
| Downloads: | 1282 |
This movie demonstrates the use of DOM (Director Object Model) Lingo syntax to create a slideshow that includes transitions and an indicator of which image is being displayed from the total number of available images.
Timer-Based Slideshow with Crossfade
| Date added: | 05/18/2007 |
| Date modified: | 10/26/2011 |
| Filesize: | 1.24 MB |
| Downloads: | 1126 |
This movie demonstrates the use of a property list and a timeout() object to display images for a specified period of time with a crossfade blend transition between the images. The crossfade effect does not use Director's built-in dissolve transition effect, but instead uses a behavior that fades one sprite out, while another sprite is simultaneously faded in. This movie may be especially useful for automatically displaying images, one-after-the-other, where a unique duration for each image is needed.
Play Sound Examples
| Date added: | 11/23/2006 |
| Date modified: | 11/23/2006 |
| Filesize: | 904.64 kB |
| Downloads: | 1116 |
This movie includes methods to play a variety of sound files and formats supported by Adobe Director. Code examples are commented and include: playing and fading sounds; playing regions of a sound file; getting specific sound data information; looping a region; sound queue playback; sample rate-shifting; using cue points; and streaming Shockwave Audio (SWA) files.
![]()
Alpha Mask Example
| Date added: | 09/02/2006 |
| Date modified: | 11/20/2008 |
| Filesize: | 825.76 kB |
| Downloads: | 1040 |
This movie includes a cast member that uses a mask, a 1-bit deep bitmap, to mask out part of an underlying video. A 1-bit mask allows any pixel in a cast member to be opaque or transparent, but not partially opaque.