Frosty_spl
01-24-2006, 04:11 AM
On my site, lets say I have 2 buttons A and B, that represent 2 different "pages"
If you are on page A, and you click the button to go to page B, i want the background to alpha solid to clear for the page A and alpha clear to solid for page B. This should make a nice transistion between the pages.
On the main timeline, i have placed an MC that contains each of the 5 BG images (bgclip). Each of those is its own MC (bg1 for example).
When i first come into the site I want the first bg to alpha tween to be visible, but this code dosent work
onClipEvent (load) {
alphasolid1("_root.bgclip.bg1");
}
If you are on page A, and you click the button to go to page B, i want the background to alpha solid to clear for the page A and alpha clear to solid for page B. This should make a nice transistion between the pages.
On the main timeline, i have placed an MC that contains each of the 5 BG images (bgclip). Each of those is its own MC (bg1 for example).
When i first come into the site I want the first bg to alpha tween to be visible, but this code dosent work
onClipEvent (load) {
alphasolid1("_root.bgclip.bg1");
}