Array as a function parameter

0 favourites
From the Asset Store
Supports 1D, 2D, 3D arrays. Import and export arrays in JSON format
  • Which release are you using? This action was introduced in R149.

    https://www.construct.net/en/make-games/releases/beta/r149

  • I had r148 stable, now I ran r154 beta.

    Unfortunately, no matter where I place this new action, the effect is unchanged.

    drive.google.com/open

  • As stated earlier, place "wait for previous action to complete" below "wait int(tokenat(room.short_desc,loopindex*2,";")) seconds"

    Works fine for me.

  • Thanks! But this arrangement does not work properly.

    It reads all phrases, but does not take any breaks.

    Does your Construct do pauses in this order of action?

  • Check this: https://drive.google.com/open?id=1W2wQ-h6gvF90b_bjgfiM5G3naU7PRRNx

    My initial reasoning was wrong. In a weak moment, I got tricked by the speechsynthesis plugin as it seems to queue texts to synthesize on it's own.

    Edit: On a side note, if you want steady pauses between each sentence, you have to factor in the length of the text / duration to speak.

    There is a condition on SpeechSynthesis "on speech ended" that you could utilize and wait from there.

  • Thanks!

    Yes, I wanted to use "on speech ended" before, but this condition is strange. Very very :-) It does not want to be added to the function. On my screenshot you can see where I can put this. Now it is turned off.

    Solution I find is to make a loop based on the function with own counter. And it works fine :-)

    Anyway, huge big great mega thanks to you both: Colonel Justice and Plinkie!

    I would not have a working mechanism without your help.

  • You're welcome.

    Unfortunately you can't have "on speech ended" inside a function as it is a triggered condition.

    Functions are in some way also a triggered condition, namely when the function is called.

    Since the code runs sequentially, one can't have two conditional triggers at the same time.

    Per se you can only have one condition trigger (green arrow indication) in a condition block and its sub events.

    To utilize "on speech ended" then, your approach has to be changed in a certain way.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To utilize "on speech ended" then, your approach has to be changed in a certain way.

    oh! And could you please guide me how to do it? Any hint?

    In my game in large part, I rely on the speech synthesis and various types of sounds. Therefore, a good understanding of what and how I can do with audio and speech in Construct is the basis for me.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)