/ Published in: ActionScript 3
The Modula symbol % will give you the difference between the first and last numbers.
Expand |
Embed | Plain Text
if(currentImageCount % 2 == 0) { trace("Its Even") };
You need to login to post a comment.
The Modula symbol % will give you the difference between the first and last numbers.
if(currentImageCount % 2 == 0) { trace("Its Even") };
You need to login to post a comment.