PDA

View Full Version : Having problems with ._visible


Rauni
02-02-2008, 07:47 PM
Hey, I'm really, really, REALLY new to flash so I wanted to do some things to get some experience in Flash.

So I'm trying to get a movie clip image to display a larger image of it when they click on it. As I know this way only for displaying thing, I decided to use it but I can't get it to work.

Their both movie clips, and the larger images' alpha is at 0%, then I put this code on it in the main scene;



cocoa.onRelease = function()
{
cocoaBIG._visible = true;
}



It didn't work though. Any reasons why?

atomic
02-02-2008, 08:19 PM
cocoa.onRelease = function()
{
cocoaBIG._alpha = 100;
}