all groups > flash (macromedia) > december 2006 >
You're in the

flash (macromedia)

group:

Change Background Transparency



Re: Change Background Transparency rafiqelmansy
12/25/2006 12:00:00 AM
flash (macromedia): Hi,
conver your background to a movieclip and name it (bg) in the instance field, and add the following code to your button:

on (release){
_root.bg._alpha=50;
}

Hope this helps
Change Background Transparency gmatteson
12/25/2006 5:22:24 AM
When a user clicks on a button, I would like the flash web page (background) to go transparent to an alpha of about 50%? Any ideas? thanks,
Re: Change Background Transparency Everton MC
12/26/2006 11:25:09 PM
use a object like bg. ( such a rectangle )
Getthe the html bg color an put it into your real flash bg.
button action:
on (release)
{
_root.mynewbg._alpha=50;
}
i think that works

[quoted text, click to view]

AddThis Social Bookmark Button