making the MC go away after it plays 2004-02-19 - By Bob Sewell
Back I know this has to be an easy one, but I'm not seeing the solution anywhere.
I'm a newbie, so go easy on me. I am using the rollOver effect using the following AS structures on my buttons:
on (rollOver) { EMPTYMOVIECLIP.loadMovie("/clip_collection/clip01.swf"); } on (release) { getURL("http://www.domainname.com/url.html"); } The goal is to get a small MC to run in a fixed place on the stage as I hover over the buttons. EMPTYMOVIECLIP is exactly that. It is just on the stage as a location marker.
My problem: When I hover over the button, the MC plays, but doesn't go transparent when its done. Any suggestions??
Bob
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|