/ Published in: ActionScript 3
Expand |
Embed | Plain Text
if (index % 2) { trace(index + "impar"); } else { trace(index + "par"); }
You need to login to post a comment.
if (index % 2) { trace(index + "impar"); } else { trace(index + "par"); }
You need to login to post a comment.