radiomixer
06-30-2006, 05:18 PM
Hi, can someone help me with this code :
trace ("menu")
selectorOffset = 87;
selectorHeight = 12;
if (mOption < 1)
{
mOption = 2;
} // end if
if (mOption > 2)
{
mOption = 1;
} // end if
mSelected = mOption;
setProperty("selector", _y, selectorOffset + (mOption - 1) * selectorHeight);
trace ("menufim")
I´m using it with flashlite 1.1, and it give no error until i make testmovie, where the error messages says 5, wich is AS loop. Any suggestions?
trace ("menu")
selectorOffset = 87;
selectorHeight = 12;
if (mOption < 1)
{
mOption = 2;
} // end if
if (mOption > 2)
{
mOption = 1;
} // end if
mSelected = mOption;
setProperty("selector", _y, selectorOffset + (mOption - 1) * selectorHeight);
trace ("menufim")
I´m using it with flashlite 1.1, and it give no error until i make testmovie, where the error messages says 5, wich is AS loop. Any suggestions?