Connecting Tech Pros Worldwide Forums | Help | Site Map

contants wd in movie clip

Familiar Sight
 
Join Date: Jul 2007
Location: United Kingdom
Posts: 203
#1: Jan 5 '09
Hi

i'm trying to design the picture gallery
ever thing works fine but

whn i've make test movie or export the swf file it's runs fine but
problme i'm using this with in movie clip & i think so problm with level

i've tried _level10 & 11 Also i've tried with _root & parent
but no success any body know's where is the problem ?

i'm getting his error ?

Target not found: Target="_parent.pas" Base="
_level0.cuadro.photo.instance6"

Here i the coding
on (release)
{
tellTarget("_root.pas")
{
gotoAndStop(5);
}

}
but my my main area for displying movie clip is
_parent.desplazaenter

Familiar Sight
 
Join Date: Jul 2007
Location: United Kingdom
Posts: 203
#2: Jan 8 '09

re: contants wd in movie clip


solve the problem

_parent._parent._parent ("Variable/Ref")
Reply