Tokinsom's Forum Posts

  • Ok, turns out the graphics are only blurry when zooming in via the browser (Above screen shots were taken at 300% zoom) However, GPU Accelerated Canvas 2D FIXED that (See first screenshot) so I'm still kind of confused..If it's truly enabled by default now, then why would the graphics blur when zooming in?

    Anyway, at 100% zoom the only thing that's blurry is tiled background objects, which is kind of odd. Any idea what that's about?

    Ultimately I might just have to quadruple the window size and layout scale, but that would of course break parallaxing layers..and still wouldn't fix the blurry tiled background objects :<

    edit: And when running the game on my tablet via LAN (Fullscreen scale mode) it's the exact opposite; Tiled background objects are perfectly sharp whereas everything else is blurry.

    Headache commencing.

  • I sure hope it's just a bug ^^; All layers have 100% opacity except the water layer (50%) and none of them use 'Force Own Texture'.

  • We really need a tutorial on animations lol. Accidentally playing two or more animations at the same time will cause this "flicker". One animation tries to play but another one interrupts it. It has nothing to do with the speed.

    You could try giving the monkey a variable called "Attacking" or something, then do something like this..

    +Monkey.attacking = 0

    -Do normal monkey stuff

    +Every few seconds

    -Set Monkey.attacking to 1

    -Set Monkey animation to "Throw"

    +Monkey animation "Throw" has finished

    -Set Monkey.attacking to 0

    -Resume normal monkey stuff

    This way the monkey's normal routine is ignored while attacking, and nothing gets interrupted.

  • Chrome 18 was recently released and would have silently updated, and it enables GPU Accelerated Canvas 2D by default. It's no longer an experiment, it's a feature now!

    WebGL mode shouldn't appear blurry - it's actually the only mode you can control the sampling in (point vs. linear), you can't control that in Canvas 2D mode.

    That crossed my mind but the graphics are still blurry so I figured it wasn't just turned into a feature. Choosing point sampling didn't work with WebGL enabled back then and it doesn't work now, in any browser. The graphics may be slightly less blurry, but blurry nonetheless D:

    Here's a comparison with an old screenshot I had lying around..

    -Before Chrome 18 with GPU Accelerated Canvas 2D enabled and WebGL disabled

    -Chrome 18 w/ WebGL enabled and point sampling (same with WebGL disabled)

    -Chrome 18 w/ WebGL enabled and linear sampling (same with WebGL disabled)

    <img src="http://dl.dropbox.com/u/17634050/BQ_Comparisons.png" border="0" />

  • If you've used Chrome and have gone to Chrome://flags you would've found "GPU Accelerated Canvas 2D" Which allowed C2 games to run as smoothly as possible and use the browser's zoom without blurring the graphics. Today, it was removed! Why would they remove that?!

    Enabling WebGL gives the same performance boost this used to (maybe a bit better) but the graphics are still blurry since browser's can't control the sampling..or something..I forgot why :< On that topic, will this ever be resolved?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • lmao. Interesting.

  • It's easy to just add more and more to your game but it isn't nearly as rewarding or challenging as fully exploring basic mechanics & ideas and setting limitations for yourself. On the flip side, if your game is too simple and basic then people might find it boring and/or lacking. You will, atleast; you play-test it hundreds if not thousands of times.

    As far as planning, I usually start exclusively with gameplay and build everything else around it, but it's hard to work on a game when there is little story and no attachment to the characters. Lately I've started with characters and story first, then moved on to gameplay and such. There is far more planning involved that way, so you won't get instant results, but I've found it to work well in the end.

    What inspires me? Hm..seeing other games and wanting to do better! And music. My games' music is often the first thing I physically work on; it helps me envision what the rest of the game will look and feel like.

  • MagiCam comes with numerous examples, surely you'll find what you need in one of them.

  • Top notch stuff right there.

  • In fact, the real hard part to swallow for game editors is the fact that the final user can steal all art assets.

    Apart from that, it's going to be mainstream in a few years...

    -shrug- Lots of games keep their graphics external anyway.

  • Runs decently on my Acer iconia a200 / Android 4.0.3

    There are numerous performance tips around the forums and in the manual, just gotta search for them!

    What phone are you using?

  • 1) You can right-click an object in the objects list and select "edit animations" instead of sifting through objects in the layout editor.

    2) Maybe using more layers would help?

  • Sorry to bump but I found out this only happens when running the game through Chrome. I've checked all my audio settings and I don't believe they're the problem; I never changed anything that would cause this problem in the first place.. Sounds worked, and now they don't. I even re-installed Chrome but it didn't help :\ No one else is having this issue?

  • lol see you guys in 2 years then.

  • D: but it never did this before. Nvidia GeForce 9600 GT. Drivers are up to date.