Bicky's Forum Posts

  • Same issue was also in r79.3 , not sure about earlier versions.

    In IE only (versions 7,8 and 9) games crash when there's a textbox in the game with the type 'Email'. The crash occurs when it tries to create the textbox, up to there there are no problems related to this textbox.

    this happens on the code:

    this.elem.type = ["text", "password", "email", "number", "tel", "url"][this.properties[7]];

    with the error code:

    SCRIPT87: Invalid argument.

  • Thanks for the bug fix!

  • Ok "Fixed" it.

    It is indeed the mouse object who destroys the interaction. I added the mouse object to the test project (where the textbox was working) and the textbox stopped working as well.

    I can workaround this by doing a mouse.onclick(text) -> text.setfocussed

    But I liked the ease of the automatic version ;)

    *UPDATE*

    workaround has buggy behaviour like: not being able to make a selection.

  • I'm working on a project for a company. Since I'm using their files I can't upload the capx of this project (I signed contract blabla).

    Everything used to work fine, but yesterday evening I decided to update from r78 to r79. Turns out this morning that my textboxes are no longer working (in the existing project). Textboxes do work in a new project though.

    I tried turning of minimalizing scripts, turning off javascript and both chrome as firefox as browser.

    Any idea what may be causing this?

    *UPDATE*

    setFocus from the events works and makes me able to fill information.

    This made me try to use tab and that as well made me able to reach the fields and enter information. So I guess it's a mouse related issue (I use the mouse Object)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • just some additional info: +1 on forum topic works, +1 on blog posts seems to be broken as well.

  • Don't know if I'm to eager now, but just letting you know it still doesn't work.

  • *stands up*

    I'm Maarten,... and I'm a gamedesigner

    *crowd applauds and says: "Hi Maarten"*

    Anyway I've been programming since I was 10 years old, and I think I even started gaming before that age. Nowadays I'm a Gamedesign&Development student at the HKU in the Netherlands.

    I'm working as an intern at Mindgame. This company has been working with an old 'engine' and wanted a replacement. I've been looking around for new engines and ways do develop an easy way for them to create new fun web games.

    At home I like to play Minecraft, League of Legens and World of Warcraft with my girlfriend. Still looking for time to play Skyward sword.

    My entry for this years GGJ which I made with only a friend of mine (so 2 man group), we got 2nd place: Jammin

    (Unity webplayer required)

  • Hey Kyatric (same as Kyat from the IRC?)

    It seemed the plugin didn't work anymore with r78. Since I'm very impatient I started debugging myself and think I solved the problems. Hope you don't mind.

    EDIT:

    seems like I got the wrong download link, version from first post works fine.