eski's Forum Posts

  • So opening up the NWjs plugin i found out that the file dropped variable isn't a array so it will always show the last file. By changing var droppedfile to an array and little more code it works like a charm.

    But I really don't like to change the official plugins, feel like i'm braking rules.. such a bad boy.. :)

    Is there a official place to ask for changes or just post it here on the forum and hope for the best?

  • Is there a way to get file names of multiple dropped files or every file in a dropped folder through the NWjs plugin?

    At the moment it will only capture the last file in the selection.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • This is a brilliant plugin, just wondering if there is a possibility to add more buttons to do custom things. See image.

    image.ibb.co/dLgAeo/dialog.jpg

  • Hi,

    I'm making a little windows gui pipeline tool for my VFX business.

    It's a very simple folder structural program that creates files and folders to keep everything neat and organized. I think i can do most of my stuff with the NWjs plugin but I haven't found a way to list folders and files separately. Do you guys know if there is a way to do that?

    The "List files" command will list both folders and files at a given path. There is no option of selection one.

  • Is there a easy way to have it sort the items?

  • Trying to save text on all inputs when user exits the program by using the LocalStorage in Construct Classic.

    Everything works normally if I have a save button that the users presses, but I want it to save everything if the users exits the program by pressing the X in the corner..

    Is there any way to catch when the users quits, have been using "On end of layout" to try to catch it but that is not working. I feel like there was a handler for program exit before..?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ahh, see that now thanks.

    Do you know if there are any tutorials regarding reading folders and files. Quick look show me that it will only list files, not seeing a way to filter out the folders..?

  • Looking for a way to create folders and files through event sheets for a little easy pipeline tool. Instead of going full on in visual studio.

    Just need a little GUI program for folder management.

  • I have a intro in my game with the "storybook look", graphics on the top and text on the bottom.

    I want to animate the background a little bit, make the grass move a little bit, the clouds move around, etc.

    There are many pages in total so I want to get this right.

    Usually when I'm making video I animate stuff like this in After effects with puppet tool and other tools, and export a video file.

    But for optimization, is there a better way than working with movie files (which don't always work ported to mobile..?) and image sequence?

    Are there any puppet tool work around's with HTML5 and C2?

  • Also having this issue here!

    Works in a browser though

  • TwinTails

    Tried both options.

    1. Turned out nicely on my iPhone, cropped on top and bottom on iPad.

    2. The aren't cropped but are smaller then the display.

  • Ye, I read it. Got the 16x9 aspect ratio idea from there.

    But still having issues with it.

    I have the project setup in 1080x1920 portrait, it's OK in my iPhone but scaling to small on the iPad.

  • After reading all the posts I can find about supporting multiple screen sizes I'm about to give up.

    I'm trying to figure out how I can make my 16x9 (1920x1080) app fit multiple screens.

    Currently I'm only looking at iOS and have iPhone 5 and the new iPad for testing, so both have retina display.

    I think I have tried all settings but usually it will scale perfectly on one device but not the other.

    Do I need to put something into the EventSheet to make this work?

    Should I design my game in other aspect ratio?