texbala
07-15-2002, 08:16 PM
HI,
I was planning to start AS from the scratch. what book do you suggest me to start with. I started with the "Macormedia AS reference guide". It is good. I know a little bit (basiscs) of java/ javascript. If you suggest tutorial sites, please give the list of tutorial sites that are useful.
Also, i came across this doubt - duplicating movie clip. In the first case, why do we need to duplicate a movie clip? can u give an example or provide with a sample file (in flash 5 format).
I came across this example in the Macormedia AS reference guide. I am not sure how this can b used in real life applications
===============
onClipEvent(load){
do{
duplicateMovieClip("cartitem", "cartitem" +i, i);
i=i+1;
} while (i<=numberItemsPur);
}
================
thnx,
bala
I was planning to start AS from the scratch. what book do you suggest me to start with. I started with the "Macormedia AS reference guide". It is good. I know a little bit (basiscs) of java/ javascript. If you suggest tutorial sites, please give the list of tutorial sites that are useful.
Also, i came across this doubt - duplicating movie clip. In the first case, why do we need to duplicate a movie clip? can u give an example or provide with a sample file (in flash 5 format).
I came across this example in the Macormedia AS reference guide. I am not sure how this can b used in real life applications
===============
onClipEvent(load){
do{
duplicateMovieClip("cartitem", "cartitem" +i, i);
i=i+1;
} while (i<=numberItemsPur);
}
================
thnx,
bala