Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Categories Simple animation slider
Author: koritis@hotmail.com

 
Page 4
«prev 1 2 3 4 5 next»

'

B3. LAST AND... LEAST

The following code is useful only if you use the play/stop button.

this.stopbut.onRelease = function() {
 if (togle<>true) {
 _root.stop();
 _global.played = "stoped";
 this.gotoAndStop("playit");
 } else {
 _root.play();
 _global.played = "played";
 this.gotoAndStop("stopit");
 }
 _global.togle = !togle;
};

When the "stopbut" is released it tongles between 2 states and makes the movie to play or stop.
The last line changes "togle"s value each time the button is clicked from false to true and from true to false.

This code can be used to control any clip you want. You'll just have to change the target paths accordingly.

There is one more page but it just contains the whole script, in case you want to copy and paste it to your movie.

Well... that's all! I hope you'll find this useful.
Happy flashing :-)

'

«prev 1 2 3 4 5 next»

» Level Intermediate

Added: : 2005-07-06
Rating: 7.23 Votes: 28
Hits: 1478
» Author
koritis@hotmail.com
» Download
Download the files used in this tutorial.
Download (17 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers