Visa ett inlägg
Oläst 2005-11-29, 13:23 #9
miche miche är inte uppkopplad
Medlem
 
Reg.datum: Sep 2003
Inlägg: 57
miche miche är inte uppkopplad
Medlem
 
Reg.datum: Sep 2003
Inlägg: 57
vet inte om det är detta du vill ha? men den ska ligga i mc som du laddar in filerna i.

if(this._currentframe == 1)
{
_root.mc1.mc1_on._visible = true;
_root.mc1.mc1_off._visible = false;
this.gotoAndStop(2);
}
else
{
_root.mc1.mc1_on._visible = false;
_root.mc1.mc1_off._visible = true;
this.gotoAndStop(1);
}
miche är inte uppkopplad   Svara med citatSvara med citat