updates - lesson 10

To update the script in Exercise 10.9 and Exercise 10.10 for ActionScript 2.0 (on Frame 15):

stop();
var n = 0;
var total_photos = parseInt(myCaptions.totalpics);
var x = new Sound();
x.loadSound(myCaptions.audio, true);
var soundplaying = true;
x.onSoundComplete = function() {

Open GIF images for comparison:

Flash MX 2004 Ex. 10.9 | Flash 8 Ex. 10.9

Flash MX 2004 Ex. 10.10 | Flash 8 Ex. 10.10

 

> Back to Lesson 10 downloads