Since iOS (Apple iPhones) don't support WebGL, is there another way to change colors of sprites?
IF I were to want a sprite to change to 10 different colors, then without Effects (which require WebGL), I have to import all 10 colors of sprites as separate images, which makes the app huge - about 10x larger.
Is there some better alternative?
Desperate Hail Mary: might the color effects work anyway after it's compiled with Xcode and no longer in the HTML 5 native format?