DavidA13's Forum Posts

  • Is there a reason why we can't detect keyboard events with this plugin, can it be repaired?

    The default textbox still detects keyboards event when we are writing stuff in it.

    Thanks in advance!

  • Is it possible that I can't get the "set font style" action to work for bold on Internet Explorer? :/

    I have I.E. 11

    It's working fine in Chrome and Firefox. But I use IE for previews so...

    Thanks in advance, and a BIG THANK YOU for the plugin, the latests addictions like shadows and strokes are awesome!!

  • Hi guys,

    I'm wondering if some of you noticed the same problem than me on some machines.

    I'm using "Every X seconds" condition and sometime "Timers" and 1 second is often longer than 1 second on a lot of PCs with a Windows version inferior to 7.

    Is there any workaround to this? I'm right when I say that "Every X seconds" AND Timers Behaviors use deltatime already so it should be framerate independent? I noticed that the users for wich the game duration are longer than it should be have low fps in the game, like 10-15, but even there I was sure it was enough for timers to stay ok, it's not like the game was less than 1 or 2 fps.

    Thanks.

  • rexrainbow

    Really great plugin. It seems I can't change the X/Y position of a Tag Text object if WebGL is disable. Is there a workaround to this? Because some of my visitors don't have WebGL.

    Thanks in advance!

    (P.S.: Is the TextScroll plugin working even with WebGL disable?)

  • Just to add to my previous reply, the documentation for the regexreplace says:

    RegexReplace(String, Regex, Flags, Replace)

    In String substitute matches for the regular expression Regex (with Flags) with the string Replace. The replacement string can contain the following special characters: $$ (inserts a $), $& (inserts the matched substring), $` (inserts the portion of the string that precedes the matched substring), or $' (inserts the portion of the string that follows the matched substring).

    ...but it didn't explain what exactly is regex and what is the flag. I suppose that this is coming from another langage so I'll google it...in your example korbaach you use "m" as a flag and I can reproduce it but I like to know what every thing in my code means.

    Thanks again!

  • Thanks for the reply guys!

    @korbaach: That's exactly what I need! I read about regexreplace and didn't understand exactly how to use it by reading the manual. You capx will help me a lot! Thanks for taking the time to do it!

  • I want to replace a word by another one in a long text. I can use the "replace" system expression but it replace all occurence of my string in the whole text.

    Someone here know a trick to replace only the first occurence?

    Thanks in advance!

  • Can you tell me how to do this?

    A real in-code workaround would have been great because...I can't ask all my visitors to create a new Firefox profile... :/ It's not really user-friendly...

    No problem before with WebStorage...

  • Problem Description

    The LocalStorage object doesn't work in Firefox (version 41.0b7, was the same with 39 and 40)

    Attach a Capx

    http://www.ID-Games.net/TesTLS/ (Your template says attach/upload I can't find a way to do this...what do I miss?)

    Description of Capx

    And empty project that "set" a LocalStorage object after 3 seconds and then verify if it's set and then "get" it.

    The second line of text turn green when the item is "get" and show the key's value.

    Steps to Reproduce Bug

    • Step 1: Add a LocalStorage Object and set one.
    • Step 2: On item set it...
    • Step 3 On item get it...

    Observed Result

    It works well in IE and Chrome but returns an error in Firefox. (see screenshots at the end of this post)

    Expected Result

    The item is "get" and the text return the value and turns green.

    Affected Browsers

    • Chrome: (NO)
    • FireFox: (YES)
    • Internet Explorer: (NO)

    Operating System and Service Pack

    Windows 7 (SP1)

    Construct 2 Version ID

    212.2 (64 bits)

    Image showing the error msg in C2 Inspector:

    (The inspector says that the LocalStorage is "Loading..." when I click on it in Firefox.)

    Image showing the expected result:

  • Animate: I don't see why it could not be achieve via CSS with "text-decoration: underline", I did not had time to test it so far but...? Try this and keep me updated please.

  • rexrainbow:

    Really nice plugin, great work!

    Do you think you could add a "Bottom" option for the Hotspot?

    I would like to use your plugin for a "mini-chat" in a game and this option would helps me a ton with the chat scrollign and all...

  • I have the same problem, my games are "broken" since I use LocalStorage instead of WebStorage. :/

    It doesn't affect all my Firefox users, but it doesn't appear to be a "version" thing either, some have the latest version 39-40 just like me, I don't have this bug, they have it.

    How do we create a new Firefox profile?

    Thanks!

  • Thanks a lot liquidmetal and GideonG!

    Really appreciate the feedback and the nice words! Hehe.

    liquidmetal: Did you saw the tutorial bubbles for your first 4 moves? Maybe they don't show longer enough if we quickly click I'll try to test this more, thanks!

  • Game Title: ADDIcTION!

    Would be appreciated if you play it here and rate it over here to make the game get some "plays": http://www.kongregate.com/games/Daveed13/addiction

    After that you can play it on my site without ads between games if you want, see my sig.

    It's a minimalist "zen" looking game because in it you play with numbers, trying to create the highest number you can and the highest score.

    I would appreciate your feedback as far as the clarity of in-game rules. don't be afraid to post your scores here. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    Thanks to all C2ers!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post