Ashley's Recent Forum Activity

    Update 15th January 15:16 GMT: all the planned maintenance work has now been completed. All services should be running normally again - if there are any problems please let us know. Thank you for your patience!

    Update 15th January 10:05 GMT: the planned maintenance work is now starting.

  • If you want to specify multiple tags, you still use a single string, but the tags are separated by spaces, e.g. "foo bar". You can use an expression to generate such a string, but it must be a valid expression. The expression str(Midi.NoteNumber - 23) & " audio" will do this as it will return something like "50 audio" - note the space before " audio". Using a number is an odd kind of tag though, I'd suggest something like "note" & str(Midi.NoteNumber - 23) & " audio", which will produce a tag string like "note50 audio", i.e. two tags "note50" and "audio".

  • The Voice Recorder example saves the recorded data to a Binary Data object. You can see in the event for handling the share button click it shares the Binary Data object. So instead of sharing, you could use the AJAX object 'Post binary to URL' to upload it to a server. Alternatively if you want to use JavaScript you can get the ArrayBuffer of the binary data from the IBinaryDataInstance script interface.

  • MacOS WKWebView exports are based on the Safari browser engine, and so you're limited to the features available in Safari with that. It should work in the Chrome browser though.

  • I did test all features in development and so they should be working - if anything isn't working please file an issue following all the guidelines.

  • I'm afraid WebView2 doesn't appear to have a way to control this at the moment - there's this feature request for it though.

  • It's difficult to have Construct set the executable details, because it's tricky to modify those properties in a pre-built executable. So for now it's probably best to use an external tool if you need to set those - something like Resource Hacker will do the job. Open the executable, choose 'Add script template', use the VERSION_INFO template, fill out the details you want, press the "Compile" button, and then save, and it should have updated the executable. Note if you digitally sign the executable you must do this before signing.

  • Those errors don't appear to be part of Construct. If you are using custom JavaScript code, or third-party addons, you might need to check those.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try uninstalling the app and reinstall it again when the URL bar says just editor.construct.net. Perhaps you installed a specific version so it will always load that and then show an update prompt to the newer version.

  • Just an update - I set up a bot to auto-close issues after a year, rather than having a one-off clear-out, and it looks like it's working OK. So I've updated the feature request guidelines to cover that and we'll rely on that going forward, with every submission getting its own 1 year time period.

  • What is the URL in the address bar? If you keep opening the r416.2 release specifically, then it will keep prompting you that there's an update available.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,422,581 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x108
    Coach One of your tutorials has over 1,000 readers
  • x62
    Educator One of your tutorials has over 10,000 readers
  • x3
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x35
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs