Featured FLA
» Author: Nick Kouvaris
» Title: Znax
» Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
» More by:Nick Kouvaris
Featured Site
» Author Agence WOP Digital Agency
» Title: Electricdrum
» Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.
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.
}