Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
Tell flash what is he going to do when you call this function (creating a function)
There are other ways of doing this, but this one seems to be one of the best ways. Call a number of procedures and give it a function name.
function load_pictures(i)
//note that the i will be a pointer
into the a array of pictures for example.
{
Number=i+1+"/"+xmax
//Number of the picture you are watching
// total number of pictures you can assign
a text box to show this up
name = thePictureArrayName[i]
loadMovie(name,name of the empty movie clip)
pictinfo = The picture name[i]
//you can later on use this variable and assign it to
//a text box where you display the name of the picture
//you are watching now.
}