1 decade ago by harryfeng
http://littleroom.ca/zxc/gotstyle/
the game is not loading in ios 4. but it can load in ios5 and 6.
is there any reason?
the game is not loading in ios 4. but it can load in ios5 and 6.
is there any reason?
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
if(this.anims.catch.frame==this.anims.catch.sequence.length-1) { this.kill(); ig.game.spawnEntity(EntityPlayer,100,80); } this.vel.x=0; }
spike.js
file can not be parsed properly, so the other source files, dependent on it, can't load it.039;m not sure why you get a parse error in iOS4, but on iOS5; maybe it's the #catch
property name? catch
is a reserved word in javascript. Try renaming your animation to something else.