flash source file
flash source file
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- 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.