executer300183's Recent Forum Activity

  • Thank you to everyone who answered-the problem was solved with a space and rearrangement of terms!

  • I rearranged the arguments and everything worked

    Very strange

    Apparently construct 3 for some reason does not digest the "str" operator well???

  • It works randomly((

    This is not 2 separate tags obtained-and you can see it in the debugger

    And the code of my program does not recognize both of these tags separately((((

    Conditions don't work

    So-in the end, two tags are not obtained

  • A construction like "tag1" " tag2 " doesn't work!

    When you try to insert a space, the compiler swears and does not enter the string

    I don't need a single tag!

    The.&. operator-combines tags-two in one

    And I need it to be like this for example. "audio" "audio2"

    But it doesn't work that way-the compiler won't skip the space between tags!

    And here is "audio" & "audio2". it ends up with ONE tag "audio audio2"-I don't need that!

  • A construction like "tag1" " tag2 " doesn't work!

    When you try to insert a space, the compiler swears and does not enter the string

  • 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".

    I don't need a string consisting of combined tags!

    I need 2 separate working tags for one sound

    It seems that there is a bug in construct 3

    You can't just separate 2 tags with spaces-the compiler doesn't skip them!

  • 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".

    Dear friend,

    You're wrong(

    letter. "& " joins strings

    And it turns out ONE total tag-and I need TWO different and separate ones

  • it needs to be one continous string with the spaces separating the tags, i.e. str(Midi.NoteNumber - 23) & " audio"

    Thank you but;;

    In this case, it will be a SINGLE combined tag

    Because the & - operator combines two arguments into one

    I need exactly TWO separate tags(((

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It says that you can make 2 tags separated by spaces

    It doesn't work

    MULTI is enabled in the audio properties

    Is this a bug?

    maybe not a space should be and something else?

    The tags must be different-they are for different purposes!

    Moreover, if you do it like this, it works. "123""456"

    But if there is a str function instead of a tag the compiler no longer accepts it(and without a space-which contradicts the context hint that it is needed)

    This is clearly a bug

  • I can't go to JavaScript

  • Thanks!

    But

    this plugin is for the 2nd construct(

    for the 3rd only NWJS-but for some reason on my MAC nothing happens when I put the command show open dialog ((

  • export error message in the program

    What should I do to make it work?

    I have the Edge browser installed-but still this error occurs

    Macosx 13.5 ventura

    How can I "Choose a different browser" - if it's a macosx executable???

executer300183's avatar

executer300183

Online Now

Member since 16 Sep, 2015
Last online 23 Jan, 2025

Twitter
executer300183 has 1 followers

Trophy Case

  • 9-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

12/44
How to earn trophies