Hi,
this has probably got a very simple solution, but i cant seem to find it…
var i:int = 10;
for ( var z:int = 0; z <= i; z++)
{
if ( z = uneven )
{
do this
}
if ( z = even )
{
do this
}
}
anyone got a quick solution for this ?
kind regards,
Ariff