/ Published in: ActionScript 3
The Modula symbol % will give you the difference between the first and last numbers.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if(currentImageCount % 2 == 0) { trace("Its Even") };