TheRealDannyyy's Forum Posts

  • Okay, I'm kinda new to Construct. I want to display an URL (Twitter/Facebook profile or my website) to my user if they click a button from the MAIN MENU, then the whole screen should load the website (not externally)

    How can I do it? Please help.

    Check this plugin out and see if it suits your needs:

    construct.net/en/make-games/manuals/construct-3/plugin-reference/iframe

  • You do not have permission to view this post

  • Can't reproduce this on my end using the most recent NW.js v0.40.0-beta1 release with C3 R158. Tried to play as both sound and music and it works fine. [Windows only.]

    Are you guys using a NW.js version that actually supports it? (v0.22.1+)

  • 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

  • Test if the official examples work. If they don't, you might have a firewall or antivirus program blocking the connection. Also debug and find out what fails and when, speculating almost never helps.

    I think the problem is with the sprite editor. I begin adding a few animations for one of my sprite(just still images, not animated sequences), when finished I close the editor, save and then open the editor again for another sprite. Construct 2 close without warning at the very moment I double click the sprite.

    Please upload the project you used for reproduction.

    Well, zooming will redraw the Layout View, which is rendered with OpenGL. That suggests it might be a GPU driver bug...

    I disagree with the GPU driver bug part.

    Unless there were hidden changes done to the OpenGL backend that C2 r266+ is using, there is no reason for why these problems didn't occur in r265 and prior versions.

    I'm using a mid-range PC with Windows 7, AMD FX CPU, the most recent NVIDIA drivers and never experienced any of the mentioned crashing/closing problems yet.

  • This is a duplicate post.

    I've already asked about it in the past. (Link)

  • THE USE OF CUSTOM BUILDS

    In this thread it is said that you must visit the link but ... how do you prepare to use it with C2 ?.

    Or do not you have to do anything ?, just download it and that's it?

    Generally speaking yes, just download it and you're done. The "raw" builds provided by the NWjs team are bloated though, that's why I always recommend to use Ashley's clean builds instead. Ashley mostly releases new builds 1-3 days after the official one, I honestly think it's worth the wait.

    Another thing, I read that you will be able to have some tabs open in the next version 0.40 or 0.41.

    Does this mean that I could have the inventory in one tab and the game in another?

    Based on what the NWjs team said, there should be no changes to code necessary. Meaning that whatever JS is used right now, will work the same. I didn't test it out yet since there is no manual page for it, so I don't know how it will work or look like in full detail.

    If you want to see what's possible, just download Construct 3 Desktop and check it out. I assume it's all more general JS stuff and less NWjs specific.

  • Can also reproduce this.

    Important note: use the right-click menu delete button instead of the one inside the effect window ribbon.

  • Description

    There is a weird JS error, often followed by a Construct 2 error message when the preview browser cannot update an active preview in time. This can be forced by doing the steps below.

    Reproduction

    1. Open any project in Construct 2 r269 (might also work for previous versions)
    2. Spam-click the "run layout" button
    3. Notice a JS error message* in the preview window
    4. Notice error message** inside Construct 2

    Screenshots

    *

    **

    Version

    Tested and could reproduce using Construct 2 r269 on Windows 7.

    I've mentioned it in another topic already but setting up a branch for a previous version could be done using Steam's branching feature. (Keeps the most recent version as is for reproduction testing.)

    > As ever, there is very little we can do without reliable steps to reproduce the problem. There still does not appear to be anyone who's found reliable steps to reproduce.

    I feel so much sad while reading this, seems like a robot machine replied this :(

    A robot could fix this issue without any steps to reproduce it.

    Jokes aside, still no crashes for me using Windows 7. Does anyone in here use older Windows versions and crash?

  • Fixed the link, broken by this website issue. Thanks for the heads up!

  • So I was trying out the example .capx provided for implementing controller support, and I noticed that it works in chrome and not Nw.Js

    Is this an issue with me not using a new enough version or?

    If you're using my JS implementation, there should be info on which version of NWjs you need.

    (Runs in Chrome 68.0.3440.75+ or NW.js v0.32.0+)