in what program did you do the flip effect???
Posted about 1 year ago
Great raster 3d glowing with shine button. unique for your elegant flash movie or websites.
just check it out
Posted over 2 years ago
If you are looking for an example .fla file on how to create your own flip buttons – this probably isn’t what you want. This is nothing more than a set of 20 or so .png files that this person has tweened together. Even worse, there is no documentation on what program/method this individual used to create the step-by-step flip images. For me, it was a waste of time and money.
Posted about 1 year ago
PLEASE SEE THE TITLE BEFORE YOU BUY , it is said raster, if you dont know what ‘raster’ mean you can google it up. I dont want people to waste time and money on my files, especially stupid one.
Posted 12 months ago
Hi,
Very nice.
Can I use each of these buttons in my main movie to load external swfs in an empty movie clip in my main movie?
I want to use an action like this on each of the buttons:
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = “home”;
container.loadMovie(“home.swf”
;
} else if (_root.currMovie != “home”
{
if (container._currentframe >= container.midframe) {
_root.currMovie = “home”;
container.play();
}
}
}
Will it work in this manner? Thanks…
Posted 8 months ago