Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by jelani435

Hey guys! I'm loving this engine! Right now I'm having a bit of an issue:

whenever I go to start my game, the loading bar gets to about 75 percent and then I check the console and get this error:

Failed to load resource: the server responded with a status of 404 (Not Found) http://alwaysnintendo.com/impact/media/player.png,%2016,%2016

Uncaught Failed to load resource: media/player.png, 16, 16

I've tried to fix this error but no luck so far :( Could anyone give me some insight on how I could fix this error? Thanks!

1 decade ago by jelani435

Oh one more thing, It's saying %2016%,%2016% in the URL but I didn't add that anywhere in the code. Could you guys help me out with this too? Thanks.

1 decade ago by dominic

Sounds like you misplaced the quotes on the filename!? I.e. instead of
new ig.Animation( 'media/player.png', 16, 16 );

you have
new ig.Animation( 'media/player.png, 16, 16' );

1 decade ago by jelani435

Oh thanks :D
Page 1 of 1
« first « previous next › last »