ranma's Forum Posts

  • Got it, thanks. Also I uploaded a new gravatar 3 days ago and it doesn't show yet.

  • In the forums when you paste html into your signature, it displays as text with html tags as I believe shouldn't be because in the arcade you can create a hame signatures for the forums. Also every time I update my game I have to remove html <br/> tags in description.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • "pocket god":

    99 cents

    18000 downloads during the best one day

    circa 300000 android downloads

    circa 300000 appstore downloads

    dunno how much revenue from facebook version

    since august 2011

    gives about $600000 in one year

    does that answer the topic's question? ;)

    idea is everything. not beautiful graphics, nor gameplay experience (well, maybe a little) but the idea!

  • actually I can and hereby I do confirm, that this fix also works on Facebook iframe apps :)

  • Terrible, but it's mainly true. nevertheless i think that html5's growth speed and spread compared to flash some kind of stagnation will make it a primary game engine through canvas and javascript in no time, I also give html5 1 - 2 years before it's more adopted than flash.

  • Here's a quick fix, a new runtime.js for the Mouse plugin:

    http://dl.dropbox.com/u/15217362/mouse-iframefix.zip

    This won't affect the Arcade since it uses the original r79.3 runtime, but can you give it a quick spin on a Facebook or Kongregate game and see if it helps? Note the app cache might mean you have to refresh twice (check the browser console for app cache activity).

    that fix helped for kongregate, so I believe it will also make facebook games work, thanks Ashley you can't imagine my happiness right now :) one thing though, now why use broken runtime on arcade? i understand that it fixes the sticky keys, but i personally believe it's a less of a problem than keyboard not working :)

  • alemar the problem is still the same, when the game is launched in iframe (facebook, scirra arcade, kongregate) the keyboard plugin doesn't work when used with mouse plugin. when NOT in iframe (preview, exported html5 web site) these two work just fine. still waiting for the fix as the latest r79.3 didn't fix it, despite what's written in the release info:

    Games in an iframe (Scirra Arcade, Kongregate...) couldn't get keyboard input due to the workaround to the Chrome 'sticky keys' bug - the only solution is to disable the workaround in this case, so iframed games might still get sticky keys - it may be properly fixed by Google in Chrome 18 anyway.

    at least I don't know what "the only solution is to disable the workaround in this case" means, if i knew, I would disable it and it would work, right? :) so maybe the real question here is how to disable the workaround (and what IS workaround) to the chrome 'sticky keys'?

  • Ashley ok, I can confirm that minifyer and families bugs are fixed, but still the game won't work with keyboard object and mouse object together. is there any way to make it work again like in r78? maybe an option to enable/disable the sticky keys workaraound, some games must have mouse and keyboard and don't use shift or other windows sticky keys.

  • 1) I think I've traced this to the workaround for the Chrome 'sticky keys' bug. The workaround prevents iframes from getting focus which means they never get keyboard input. So I've disabled the workaround when in an iframe, which unfortunately means iframed games will still get the sticky keys bug in Chrome... but I think they've finally fixed it in the next release (Chrome 18) anyway.

    Ashley fyi, this problem also exists on Firefox 10.0.1 in my case. is there nothing that can be done on the construct side, we're bound to waiting for a browser update? thanks for clarifying the rest and on quick .2 fix (shouldn't it be 79.1? as 79 is 79.0 I believe :)

    edit: ah, the 79.3, installing and checking it out...

  • alemar I updated the first post, it's related to the mouse plugin somehow, if your project does't need a mouse plugin, just remove it and keyboard will work fine. anyhow, hoping for a fix, as lots of games use mouse AND keyboard :)

  • turn off the minifyer.

    also here's the list of all known bugs in 79.2:

    http://www.scirra.com/forum/r792-bugs_topic49185.html

  • alemar did you reproduce it? wow I thought I was the only lucky one :) how did you do it? I can't seem to reproduce it from an empty project, occurs only in my old ones.

  • some of your layers have parallax setting. try to play with it, I bet there's your problem :)

  • I thought it would be good idea to list all recent release bugs in one thread, so people can check it instead of duplicating them. feel free to participate. so here goes. if someone thinks it's better off to keep each bug in its own thread, feel free to remove this one.

    1) keyboard object events (ie. key is down) still don't work after 79.2 update, this is related to some other objects / behaviors as putting simple keyboard and moving sprite doesn't seem to reproduce it. controls don't work after export to Kongregate, Scirra Arcade, Facebook. in the lan preview they work fine, so it may be something with exported HTML. Also when exporting to html5 web site - controls DO work. this is NOT related to minifyer bug below. EDIT: seems that the mouse object is causing problems: http://www.mediafire.com/?o66w073x1m6k2c9 if you export this to kongregate/arcade/facebook it won't work (A and D to move the black box left and right respectively), but if you just remove the mouse object, it works fine. the mouse object doesn't have ANY events attached to it.

    This has been corrected by Ashley's fix: http://dl.dropbox.com/u/15217362/mouse-iframefix.zip - unfortunately not on scirra arcade, but on kongregate and facebook, games should work fine now!

    2) minifyer doesn't work, it throws an error:

    Error: this.xa.hq is not extensible

    Source: c2runtime.js

    Line: 31

    this also causes sprites and some other objects not to appear in the export.

    3) Families bug still here:

    cacotigon's capx: http://dl.dropbox.com/u/62273967/famvarbug.capx

    open and try to drag an instance of sprite onto layout

    Pasted text:

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    No instance value for instance variable

    Condition: i != instance_values.end()

    File: Projects\InstanceVariable.cpp

    Line: 176

    Function: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __thiscall InstanceVariable::GetInstanceValueStr(class ObjectInstance *) const

    Build: release 79.2 (32-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 0)

  • try to set unbounded scrolling to on in the layout properties.