BadMario's Recent Forum Activity

  • As I have mentioned in a couple of other threads about this, your best bet is to create your own keyboard in Construct and not to use android's or ios keyboard at all. Problem solved.

    If you need just basic text input it can be done in a couple of hours ( I did it ). If you need all the copy/paste, text select features, it will take longer, but once you do this you have your own keyboard that you can use in any game.

  • that part should be 1 - any number less than 1

    1 - 0.9 will be very slow

    1- 0.001 will be very fast

    so 1 - 0.1^dt only change 0.1 part to adjust lerp speed

    has to be ^ not *

  • When using lerp it should be lerp(Self.BulletSpeed,600,1-0.1^dt)

    change the 0.1 part to adjust speed of change , 0.001 for example will make it faster

    And yes, as the post above says line 79 should be rotate 200*dt degrees and since you are using delta time instead of 200 it should be a much higher number, try 10000*dt or more and see what works best

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No, it is a basic type text/numbers and erase/backspace because it did not need anything else.

    But if you want to spend more than 2 hours on it there probably is a way to do all the other stuff

    The problem with Scirra "fixing" this issue is that Apple will unfix it as soon as they get a chance. That is why having a custom keyboard in the actual game is by far the best solution. If you really need copy/past and all that I'm sure it can be done

  • I ran into this a couple of years ago. I decided to just create my own keyboard in construct and use that instead of relying on iPhone's keyboard. Apple doesn't care how well anything works if it's not their own app, they constantly break things with updates. like they have chimps testing these things.

    So whenever possible do everything yourself. It is not that hard to design your own keyboard and once you do you can use it in every game. Less that 2 hours of work for everything, including graphics.

    You may find a solution for it today, but pretty guaranteed that they will break it tomorrow

  • That's one of those kinda works a little better solutions I mantioned, but not really a solution.

    I would personally design the game so you don't have a situation where you have to worry about it, but that may require using something other than line of sight behavior to go after your character.

  • That is a tough one even for teams of professionals. It may be easier to design the game around this and avoid or at least minimize the chance of enemies overlapping each other.

    If you decide to tackle the problem be prepared to spend a lot of time on it. There are faster solutions, but they will not work 1/2 the time

  • I do it like this:

    have a global var. strikes

    Create a sprite with 4 animation frames, set frame rate to 0 call it xxx

    first frame is empty square, second frame ( frame 1 ) is a single X, then 2 xs, and last frame 3 xs

    Then all you need to do is one line xxx.Set Animation Frame to strikes

  • But there still isn't reload images feature ( which Construct 2 can do ). Or I can't find it

    Is this some limitation of being a browser based app, or what?

  • Since you can type javascript code directly in Construct 3, shouldn't we be able to just use Google sample code and make it work.

    Just asking, haven't actually tried it, but it sounds like it should work

  • You don't

    Instead add extra point/points where you would want this polygon, then create a simple square sprite and attach to this point/points. You can check for collisions against those

  • I did not use offensive language,

    That phrase is not scheduled to become offensive until summer 2022

BadMario's avatar

BadMario

Member since 3 Sep, 2015

Twitter
BadMario has 2 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies