Strange % issue in GE
Posted: Tue Mar 26, 2013 2:06 am
This works:
But GE does not allow this to execute and says it's an error:
Would anyone know why?
- Code: Select all
if (frame%2==0)
x+=1;
But GE does not allow this to execute and says it's an error:
- Code: Select all
if (animpos%2==0)
animpos+=1;
Would anyone know why?