/ Published in: ActionScript 3
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
if (index % 2)
{
trace(index + "impar");
}
else
{
trace(index + "par");
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                