farzad_ahmadi
New Member
سلام
از دوستان کسی کد معادل AS3 کد های زیر رو می دونه؟
از دوستان کسی کد معادل AS3 کد های زیر رو می دونه؟
کد:
gal1.gotoAndStop(_root.pic_num_prev);_root.pic_animation = 0;
gal2_1.gotoAndStop(_root.pic_num);
gal2_2.gotoAndStop(_root.pic_num);
gal2_3.gotoAndStop(_root.pic_num);
gal1._alpha = 0;
function myRelease()
{
for (i = 1; i < _parent.fields_descriptions.length; i++)
{
_parent[_parent.fields_descriptions[i][1]] = "";
} // end of for
} // End of the function
stop ();
scrolledMC.setMask(mask);
ControllButton = true;
contentSizeStep = 20;
scrollPozition = "scrollY";
mouseSpeed = 2;
speedContent = 6;
stepContent = 10;
step = 5;
delayScroll = 0;
if (ControllButton && buttonUp._alpha > 0 && buttonDown._alpha > 0)
{
buttonUp._visible = true;
buttonDown._visible = true;
}
else
{
buttonUp._visible = false;
buttonDown._visible = false;
} // end else if
stop ();
آخرین ویرایش: