Search Tutorials
Actionscript: slideshow frameIn 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;
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|