flash source file
flash source file
- Started
- Last post
- 3 Responses
- kickflip
i just want a flash source file to make a simple photo gallery. can anybody help out with that? just want to make it quick & basic
- neeko0
how simple is simple?
- kickflip0
just photos with numbers 1-10 below them, something like, click the number and the next pic fades in
- welded0
Load the pictures into a blank movie clip. You tell the MC what image to load by having a variable in the filepath (ie. imageNum+".jpg") and on each number you'd have a button that changes the variable to the corrosponding number.
So the button for the first image would have imageNum = "01"; on it, then when the movie clip that load the image looks for the file it'll know where to look.
You follow? I use this technique and it works great.