| Description: |
I need 2 actionscripts that play a series of sequentially-numbered stills. (For a stop-motion animation project)
1. Looping images IE, I have 60 jps named img1703, img1704...img1762, and I want to be able to import these into an FLA, set its size (1024x768) and framerate (6 fps) put your script in the first frame, set variables you create for 1. the beginning filename (in this case, "img"), 2. beginning number of the sequence, 3. and end number of sequence The images need to loop, so after it hits 1762, it should go back to 1703 and plays forward to 1762 and starts again at 1703, etc...
2. Forward and Back For this script it is the same as above, but after going from 1703 up to 1762, it plays backwards to 1703 and then loops. IE: 1703, 1704, 1705...1761, 1762, 1761, 1760, 1759....1704, 1703, 1704, 1705....
For someone know knows AS, this could be a pretty easy job.... thanks!
|