First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Steve Melcher | Website: http://www.xixao3d.com

Controlling loops across scenes

The first frame of your movie should contain a movie clip named 'speaker'. I used a still image containing movie notes, and the word 'MUSIC'. I named the layer 'Sound Control'.

Give frame 1 the following ActionScript:

     speaker.stop();
     song = new Sound();
     songPlay = "true";
     song.onSoundComplete = function() {
	song.start();
	speaker.play();
     };
     song.attachSound("your_loop");
     song.start();
     speaker.play();
     playButton.onRelease = function() {
	if(songPlay == "false"){
	  song.start();
	  speaker.play();
	  songPlay = "true";
	}
	song.onSoundComplete = function() {
		song.start();
	};
     };

     stopButton.onRelease = function () {
       song.stop();
       speaker.stop();
       songPlay = "false";
     }
» Level Advanced

Added: 2004-10-02
Rating: 4 Votes: 4
(10 being the highest)
» Author
Steve "Xixao" Melcher Xixao3D Productions http://www.xixao3d.com steve@xixao3d.com
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: Christopher E Vance
» Title: Aqua Live
» Description:

A vector based mermaid.

Featured Sound Loops
Image for equalize

Audio Player

» Author: Peter
» Title: Action
» Description: Funk Action Groove loop. let me know if you manage to find a use for it, would love to see it. Thanks
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: SoundScalpel
» Description: Cartoon stretching/expanding sound made from rubbing an inflated balloon.