Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
The Ultimate Slide Show MX
Author: Joachim Schnier
| Website: http://www.cancerinform.net/ |
Actionscript: frame 1, part 1
Next we need to add some actionscript to give functionality to buttons and frames. We add actionscript to get the current date and add a function here to clear the automatic advancement of slides (function clearEverything). The automatic slide advancement is discussed later.
myDate = new Date();
dateTextField = (myDate.getMonth() + " - " +myDate.getDate() + " - " +myDate.getFullYear());
function clearEverything() {
for (timer=1;timer <= 10;timer++) {
clearInterval(myTimer +timer);
}
}
| » Level Intermediate |
|
|
Added: : 2002-06-29
Rating: 5.84 Votes: 65
Hits: 4612
|
| » Author |
|
The author is a basic scientist doing cancer research.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (277 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.
|
|
|