hassan1455's Forum Posts

  • I want to add padding to the elements within a list using my css file, but it just pads the list object instead of the individual elements.

  • Hi I'm making a game where the user can load in an image using FileChooser. I want to make it so that the image loads in automatically the next time they open the game so that they don't have to manually load in the image everytime they open the game.

    Is there a way to do this? I tried AsJSON but it didnt work. Thanks.

  • Ok I'll try changing the extension. I tried the invoke download as string but it doesn't do anything on mac.

  • Hello, I am trying to save data using the array download event and it just opens a page in my game with the array's data in it. It works fine on Windows but on Mac it does this. This happens with the WKWebView export option. Thanks.

  • Hi,

    Let's say I exported my game to Windows as an executable file and I saved some data using LocalStorage. If I put that game on a USB stick and run it on another computer, will my LocalStorage data still be there and be accessible on that different computer? Thanks.

  • Wow I just found out there is codesigning on Windows as well and it can cost anywhere from $100 to $500 per year to get rid of that false virus alert.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, I am selling my exported windows game and some people who have bought it get a windows defender message when they open it.

    Is there a way to get my game whitelisted so that message never shows up in the first place? Thanks.

  • Game crashes on mac whereas same game works perfectly on windows.

    The issue seems to be with Macs.

  • Hi I exported my game using Cordova Xcode. When I try to archive my project in Xcode, I get an error:

    // DO NOT MODIFY -- auto-generated by Apache Cordova

    #include "Pods/Target Support Files/Pods-Deluxe/Pods-Deluxe.release.xcconfig"

    Is there any way to fix this? Thanks.

  • Hi, I have a game with a single layout and it has 14 layers on it. Each layer has roughly 1-5 objects but they are not visible/interactive at the same time. Do I have too many layers that can potentially cause bad performance? Is it better to have multiple layouts rather than multiple layers? Thanks.

  • Works on windows but mac file chooser doesn't work, which I just read on construct's website. Hopefully webview add supports for mac as well.

    My other method is to just to use LocalStorage and have a multi-dimensional array that is read/write to and using depth component of array I can have multiple saves in one object.

  • Hi, I am using FileChooser plugin and Browser plugin and neither of them work when I exported my project using Windows WebView2.]

    Thanks.

  • Hello, I am using the FileChooser plugin and need a way to detect if no file was selected by the user. The On Changed function only triggers if a file was selected and I couldn't find any other function or option on the Construct 3 documentation page for FileChooser. Thanks in advance.

  • After codesigning, can I distribute the app to others? Or is the codesigning just for me?

  • Ok I figured out what the problem was. So I opened Terminal and used the codesigning app to sign the .app file using my developer certificate. After that I was able to double-click the .app file and launch it successfully.

    This is the command I used in Terminal:

    codesign -s "Your Company, Inc." /path/to/MyApp.app