arachnidoll's Forum Posts

  • 5 posts
  • dop2000 , anyone reading this.

    Ok. I think I understand now. Firstly the button actions and movements not working--- that was fixed when I reset every single image point. So, for anyone new like me reading this: image points have an extreme effect on all aspects of platformer functionality (probably common knowledge, haha)

    As for sprites not loading, I haven't solved that. But I'm assuming that they're just not loading right due to something about where the original file is saved, like you were saying-- a damaged file. So I'll look into that.

    Anyway, thank you.

  • I also suggest checking the browser console log - both in the editor and in preview. If there are any problems with the project (like a corrupted file), there should be an error message in the console.

    ------------------

    ok. just did that. it looks like a bunch of things are wrong... also a character's jump randomly stopped working now. aaaah.

    "Failed to fetch data from Contile server: NetworkError when attempting to fetch resource." This was the most important-looking error message, but truthfully I don't know what most of them mean.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Do you have previous versions of your project? If they work correctly and your current version glitches, then it's likely some mistake in your code.

    You can also try a different browser.

    ok. thank you. having done both of those now, it indicates that it is in fact my code on this specific recent version of the project. Which is maddening because I can't figure out what it is and I'm usually really good at figuring out what is causing problems. Sprites that won't load is a big deal...

    Anyway. Thank you for helping me narrow down my search.

  • these are good suggestions. I will try both and report back.

  • My project isn't working properly all of the sudden. Not sure why. Not all sprites are loading that used to load just fine. And some animations and actions randomly stopped working. Also one of my platform sprites/characters only performs an action when in the air, but I'm 100% sure I didn't add any code that would cause this. Again, I didn't change anything in the script(s) that would cause these things. Was there a buggy update?

    I guess I'm asking if it's possible that it's Construct 3 that's glitching and not my scripts/code? Has anyone had this happen?

  • 5 posts