Riskok
03-18-2009, 11:37 AM
Hello from Sweden
I want to show and hide some movieclips.
The clips are called
text
textskit
and the buttons
omoss
webshop
But I cant get it to work. What am I doing wrong?
stop();
text._visible=false;
textskit._visible=false;
omoss.onRelease=function()
{text._visible=true;}
webshop.onRelease=function()
{textskit._visible=true;}
webshop.onRelease=function()
{text._visible=false;}
omoss.onRelease=function()
{textskit._visible=false;}
BR Patrik
I want to show and hide some movieclips.
The clips are called
text
textskit
and the buttons
omoss
webshop
But I cant get it to work. What am I doing wrong?
stop();
text._visible=false;
textskit._visible=false;
omoss.onRelease=function()
{text._visible=true;}
webshop.onRelease=function()
{textskit._visible=true;}
webshop.onRelease=function()
{text._visible=false;}
omoss.onRelease=function()
{textskit._visible=false;}
BR Patrik