A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11336 Flash Movies | 2 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Surjit Dhami
» Title: Book
» Description: Book
» More by Surjit Dhami


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5848 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: All-American Rejects
» Description: Get to know this great band by exploring their "practice room".


Random Links | Add your own Flash Related Links
Flash Tutorials 1277 Tutorials 7 New Tutorials Added!
What's New | Top100

» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» HTML Photo Gallery Tutorial
» Create your first flash site – PART 1
» How to Make a Flash Photo Gallery
» Unknown Tag: Title10
Random Tutorial | Add Site

Trading Customer Accounting (IL)
Next Step Systems
US-IL-Chicago

Justtechjobs.com Post A Job | Post A Resume


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

Search Tutorials


Categories Controlling the Timeline Easily
Author: k-giannis | Website: http://users.hol.gr/~kgiannis |

 
Page 4
«prev 1 2 3 4 5 next»

For our normal movement we declare that the fastmove variable equals 1 and our mc will play from the "normal" frame.

on (release) {
 fastmove = 1;
 gotoAndPlay ("normal");
}


For the backward the fastmove is 1 and the mc plays from the "reverse" frame.

on (release) {
 fastmove = 1;
 gotoAndPlay ("reverse");
}

For stop the mc stops to "stop" frame.

on (release) {
 gotoAndStop ("stop");
}

The next 2 buttons are used to increase and decrease the speed variable.

on (release) {
 if (speed>100) {
 speed = speed-100;
 }
}

The if statement is used so the speed variable will always be above 0.

on (release) {
 speed = speed+100;
}
When speed variable increases the speed of our movie decreases.

The double forward and backward button give fastmove variable a value of 5 and move the mc to "normal" and "reverse" frames.

on (release) {
 fastmove = 5;
 gotoAndPlay ("normal");
}

And:

on (release) {
 fastmove = 5;
 gotoAndPlay ("reverse");
}

And with that we have finished with the inside of our control mc. It's time to put it in our stage.

«prev 1 2 3 4 5 next»

» Level Intermediate

Added: : 2001-12-19
Rating: 9.04 Votes: 163
Hits: 909
» Author
No details available.
» Download
Download the files used in this tutorial.
Download (80 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
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs