Joannesalfa's Forum Posts

  • Wrapper includes all libraries like webcam, audio, webstorage, IndexDB, AJAX, etc. sometimes it can be heavy.

  • thehen How is going with your plugin?

  • That's really nice!

    I was wondering how you did design the effect from room to room as layout by blue door.

    I've read youtube description, it seems no info about culling objects, I thought your original post comes a feature culling objects.

  • That's not I mean to use the "persist" behavior for enemies, Imagine C2 editor in layout has more than 200 objects, then runtime would appear 20 objects using culling screen-by-screen.

    Actually, is that true we don't really have a choice?

  • Aphrodite I had to do something like that. It can be considered good advices, but we need complete.

    In this scirra forum, no one could explain how to implement "culling" for "screen-by-screen"

  • Hi guys, I'm looking a best practice to create screen-by-screen system to reload sprites then set state their current values as persistent, then if they aren't on screen, destroy or disable sprites, then we are returned to old position, recreate sprites.

    It's a method is used for super nintendo games like super metroid when the enemies aren't on screen, their AI are disabled, probably destroyed, otherwise on screen again, reactivate enemies.

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Keep making games, keep earning experiences, the only thing is you shouldn't give up.

  • tgeorgemihai This method 2 doesn't provide benefits for memory usage, Ashley gave us an excuse to use letterbox integer scale.

    Tilemap is awesome solution for big games, but C2 renderer for tilemap is unprofessional however is not impossible to fix seam.

    Another framework for HTML5 game is called Phaser provides seamless using tilemap in fullscreen.

    It's really nice for clean and seamless.

    http://gametest.mobi/mariocombo/

    Tilesets are 16x16

    Ashley claimed that it doesn't use floating point scaling, nothing else anyway he won't explain more details to fix seam, more like he's giving up. We are not happy with seam. I wouldn't use integer letterbox scale, most game publishers DON'T LIKE small window or impossible to upscale, not cool Ashley.

  • I mean it shouldn't link to list to sprite fonts. DOM objects are not good objects for videogame.

  • Some android devices are sh1t, even generic android devices.

    Firefox OS supports HTML5 as native.

  • Firefox OS mobile devices are notoriously crap, really weak obsolete hardware, made to fit in a very small $ budget. If so many people are complaining about poor performance on Android and iOS, they will have a nightmare on Firefox phones.

    The browser for desktop however is great.

    That's old news, Mozilla evangelist recommended me to update Firefox 1.3 introduces WebGL support, I decided to update my keon (Firefox OS Developer device) and I tried to run my medium game that couldn't run my iPod touch 4, then on Fireox OS, it runs like... wow awesome, it blew my mind how it runs with smooth fps.

  • Isn't possible to stop depending from List as DOM object?

  • This is similiar thread that Ashley really doesn't care about seam fix. He will force you to use letterbox integer scale.

    I was hoping we should have seam fixed for this tilemap. Keep demanding to earn popular demand.

  • I got 2 most hated things about C2 and HTML5:

    HTML5 offers great cross-platform but I hate this technology for not offering the native performance.

    Related to C2, Tilemap was unprofessionally adjusted for multi-screen support. He shouldn't force all users to use letterbox integer scale. The solution is supposed to adjust drawing or rendering.

  • zatyka I wonder what's design of implementation of "On Mouse Move"?