narFsnw's Recent Forum Activity

  • When I try to run your capx in ludei's CocoonJS Launcher, I get a low framerate (around 14-15) with both the text object and the sprite font.

    Actually, CocoonJS with WebGL seems to have terrible performance everytime your update a text object. So if you do that every tick, the performance are terrible.

  • I'm also wondering what the installation process looks like and what can and cannot be done with it.

  • You seem to say that to use your plugin, there's a lot of prerequisite. You mention Parse, Urban Airship and Ludei Premium Account. Can you go into more details as to why they are required, how much we can expect this to cost, provide links. Without this info, I can't say I would be confident to buy your plugin.

  • Ah, so there isn't a single function to do this. Is there a way to ask Construct for this new feature? I mean a function where you give it a number and specify the decimal you want to keep. I'm pretty sure there's already a function like that in javascript. I guess it's in Math.

  • Hello,

    The round() function always round the number to integer. How do I round a number to a certain decimal?

    Something that would do this:

    1.23456789 --> 1.23

    1234 --> 1234.00

    123.456789 --> 123.45

    0.123456789 --> 0.12

    I tried various combinations of left(), round(), float() and zeropad() to no success.

    Is there another function that would do this?

  • I have the same question, for iOS.

  • Ah nice! Exactly what I was looking for. It's a weird workaround, but it works fine.

    Thanks, ramones!

  • Ah, I see what you did. You used a family variable. Interesting. (and thanks for your time creating that capx!)

    But that's kind of a "manual" solution. Do you know if there's a way to do it without a variable? Like, is it possible to check for object type in a condition?

    Something like "If Object-type is "box", do ..."

  • I have a family of objects. I have an event that says "when a member of the family is clicked, do something". Is there a way to differenciate the specific object type that was clicked?

    Here's a basic example of what I mean:

    Family "Pokemons" contains the following objects: "Bulbasaur", "Charmander" and "Squirtle".

    On Mouse click on "Pokemon", do something. If the Pokemon is a charmander, do another thing. If it's a bulbasaur, do something else. And so on.

    (The text with emphasis is the part that I'm wondering how to do)

    So, again, my question is, in an event that was triggered by a family, how can I figure out which family member (which object type) is actually involved?

  • I'm guessing it might be just a browser technical limitation.

    Anyway, maybe you could think of a formula that could match the time of both your 2 audio?

    Like...

    If you were at 55% of your "fast" music, then move the playhead of the "slow" music to 55% too?

  • gamesura: You get to choose in the Audio object's properties if you want timescale to affect music, sfx or both (or none).

    signaljacker: One way of doing it, is to use an audio program like audacity to create a version of your music at lower than 50%. Then, you would need to create a system that will uses either the normal music or the 50% music. And for that, you can't uses the build it feature that match the audio speed to the timescale speed. You have to create your own system that will watch the current speed and will adjust the pitch of your sound. If it goes lower than 50%, then you use your alternate music file that is already at 50%, so that you can lower it even more.

    It's complicated...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm wondering if it might be a bug in Construct maybe?

narFsnw's avatar

narFsnw

Member since 20 Oct, 2013

None one is following narFsnw yet!

Connect with narFsnw

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies