BadMario's Forum Posts

  • I usually fade to -90 then stop the sound. That seems to work well.

  • May be easier to split it into 2 animations STANDING and MOVING

    Then add if MOVING not playing start MOVING animation, that way it will only start once if it's not already moving or if STANDING is playing. MOVING animation should also be set to loop

    Then add events to switch to STANDING animation when you stop moving

  • There is no catch with Fusion. It's crazy, but this is the real ***** Most of us don't need extra stuff that is in the studio $299 version. I have the studio version because I have been their customer long before blackmagic bought them out and made it free, so they give me free updates to studio version.

  • You can definitely hear -35db. It all depends on the quality of your headphones/speakers and what the volume of the imported sound file is. You can probably hear -50 to -60db with decent headphones, so I would go as far as -90db before considering it silent.

  • Fusion, now owned by blackmagic is free and does 2D and 3D and is better than AfterEffects, but there is a learning curve as this is the software that many big name movies used to and still use.

    I guess I should add that this is not specifically designed for explosions and those, but you can do anything with this software

    It's actually insane that something like this is free. Used to cost $5000

  • I use -90 db as silent. You cannot really hear anything beyond that, so once volume reaches -90 I stop lowering it.

  • Well, obviously there is stuff missing there. You have to, I am guessing , change state depending on what the distance is, and you need to add these instance variables to this ninja sprite.

    This seems to be done in a different group of events.

  • Just delete the selected number from the array and when you choose a random number use:

    int(random(Array.Width))

  • How about a simple instance variable on a health bar. And it starts at 100, each time a character is hit, deduct damage from his health bar instance variable, and you also set its health bar size to whatever the value is ( in the beginning its width will be 100 then just scales down to remaining value after each hit. )

  • The actual sound file will have to be a loop, meaning should loop perfectly and when you play it in Construct set it to loop.

    You may want to try to read up on positional audio too, so it follows your helicopter

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You may need another variable if what dop200 gave you does not solve it completely, call it lastX

    On any touch end > set lastX to Sprite x then use Else after your is in Touch event to set Sprite.X to lastX

    Or if it still snaps left use every tick > set lastX

    Also,set lastX to middle of screen at the beginning of the layout or where you want your Sprite to start the game.

  • Like I said there is no point.

    don't ask stupid questions to divert the attention and we can focus on the original topic.

    I did not ask a question, stupid or otherwise, it was just a comment. But OK, keep ramblin' on

  • I typed a reply, but there is no point , so I deleted it.

    Original post asked about limitations people may have encountered with version 3. Let's stick to that and hopefully give him some specific answers, not general meaningless ones.

  • Most problems here are related to either HTML5, Exporter or other things that have nothing to do with the editor or the pricing.

    I hope that is not the case, because if that is the problem the whole thing falls apart. What good is the editor if your final export has problems?

  • It's not weird at all. Bug fixes means bug fixes. It's quite simple actually.

    Some of us have a bunch of games that may or may not work better in Construct 2 and do not want to use Construct 3 for XYZ reasons. Whatever the reason, it is nobody's business really.

    Construct 2 is still being sold and bugs are supposed to be fixed. End of story.

    If I can import all of my 30+ games into Construct 3 without any headaches, fine I will do it, but that is not the case, and I do not use any plugins even other than whatever came with Construct 2.