Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Flash MX slide show
Author: Joachim Schnier
| Website: http://www.cancerinform.net/ |
Actionscript: slideshow frame
In the actual slideshow frame we have to add a couple of things. We load text into the textbox to give instructions to the viewer. We set the background image. We can scale it and reduce the alpha value for transparency not to have too much focus on this image. We also hide the left previous button at start.
stop();
loadVariablesNum("text/start.txt", 0);
with(backholder) {
loadMovie("jpegs/background.jpg");
_xscale +=45;
_yscale +=45;
_alpha -=90;
}
_root.leftBut._visible=false;
| » Level Basic |
|
|
Added: : 2002-05-09
Rating: 4.59 Votes: 106
Hits: 5206
|
| » Author |
|
The author is a scientist doing cancer research.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (306 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.
|
|
|