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?
Code:
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