niceplugin's Forum Posts

  • You do not have permission to view this post

  • We took a look at the script from the public project Demonoire, which is provided by default.

    Here, Z-Ordering is controlled directly from the event sheet.

    When making an RPG style game, should Z-Ordering be declared manually?

    Isn't support Construct3 Engine internally Z-Ordering?

    Tagged:

  • I know construct3's multiplayer is p2p.

    I want to try new things.

    I want to configure an online game by running a web browser (running a server) using a cloud service.

    But the cloud services I know are mode cli.

    Are there any cloud services that are not cli based?

    If there is, please recommend it.

    (I prefer google or aws 😁)

    Tagged:

  • I didn't know when I was developing on a PC.

    After exporting to mobile, I checked on the mobile device and found that SVG loading was very slow.

    In the game I'm making, 80 different SVG images are used on one screen.

    The screen pauses for a while before moving to this layout. (3~4 seconds)

    As I would expect, the process seems to wait until all the SVG files are loaded into memory.

    Because I put spinners for UX.

    However, the spinner also stops working before moving the layout...

    Are there any good alternatives?

    You can move any image to Sprite, but it's very cumbersome.

  • Closure by me means that the variable is referenced out of scope.

    You can find out more by searching for JavaScript closures.

    I'm a web developer and I think Construct 3 works based on the web, so I think the problem was that I tried to write the event sheet in JavaScript code style too.

    Thanks for the answer.

  • I created a local variable called `rslt` in the function.

    I thought this would work the same as a function called `num` that the function takes as a parameter.

    But it wasn't.

    I've seen in the documentation that the value is initialized to zero after some action works.

    I tried to refer back, but couldn't find it.

    Can someone give me a link to something related to this?

    I need to use closures, but now this situation is very confusing to me.

    The following is an example code of the event sheet.

    To solve the above problem, there is a way to declare all variables that I want to use as closures as parameters, not as local variables.

    Is it only this way?

  • Oops... I know what I made a mistake...

    Thanks.

  • Can't convert string to number.

    construct.net/en/make-games/manuals/construct-3/system-reference/system-expressions

    It is different from the description here.

    The same goes for int().

    Is this a bug? Am I doing it wrong?

    It's too cumbersome to post issues on GitHub.

    Tagged:

  • I didn't find a newline in the documentation. (It's my fault)

    Thanks I was looking for

  • Let's say you entered text in the event sheet like this:

    "hello \n construct3!"

    The result I want is as follows:

    hello

    construct3!

    But the actual result is as follows:

    hello \n construct3!

    How do I enter the text next line?

    Tagged:

  • I found out that Scirra Arcade is among the basic plugins.

    However, this plugin looks very poor.

    Is this a dead plugin?

    If not, how can I create a leaderboard in Scirra Arcade?

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I wasn't familiar with English, so I simply couldn't predict the meaning of Ex.

    But is the range 1-100 instead of 0-100?

    So, is it not possible to use perfect black color or perfect transparency in rgbaEx?

    Thanks. :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I know that in rgba, a represents the alpha value.

    But what is Ex in rgbEx?

    Can I just use the same syntax as rgb(n, n, n)?

    (n is 0-255)

    Tagged: