Tile Transition Code Required
can please supply me code following.
i trying use tile transition fade between images , when reaches last image move next frame continue flash document.
what trying this. use tile transition play 20 - 30 images depending on preferred length of display each image, transition reaches last image e.g. number 30, tile transition stop , flash go next frame , continue rest of movie.
can please supply me correct code work. can amend code (as in number of images etc). if can code tell jump frame on image x appreciated.
i have tried add code jump next section can work wont loop images first.
the code in component
function nextimage() {
clip.getnextimage();
}
clip.getnextimage();
setinterval(nextimage, 6000);
this makes images loop on continuing basis. able add in required (e.g. counter or & gotoandplay function) once x image reached moves on.
unfortunately require asap deadline sunday 13th may 2007.
if able assist on appreciated.
i trying use tile transition fade between images , when reaches last image move next frame continue flash document.
what trying this. use tile transition play 20 - 30 images depending on preferred length of display each image, transition reaches last image e.g. number 30, tile transition stop , flash go next frame , continue rest of movie.
can please supply me correct code work. can amend code (as in number of images etc). if can code tell jump frame on image x appreciated.
i have tried add code jump next section can work wont loop images first.
the code in component
function nextimage() {
clip.getnextimage();
}
clip.getnextimage();
setinterval(nextimage, 6000);
this makes images loop on continuing basis. able add in required (e.g. counter or & gotoandplay function) once x image reached moves on.
unfortunately require asap deadline sunday 13th may 2007.
if able assist on appreciated.
is clip member of custom class? determines number of images?
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment