BadMario's Recent Forum Activity

  • Try adding a loader layout with a simple continue button ( if you don't already have one ).

    When you click that button you go to this scene you have now, and music should play.

    If it still does not play, not sure what it could be

  • You have to set physics mode to frame rate independent. Even then you probably have to adjust gravity and/or some forces slightly to compensate which I have not tried yet, but I assume some trial and error involved.

    So for example if gravity is set to 10 and works fine on your PC, try setting it to 12 before testing it on your phone. When you find a setting that makes things work roughly the same on both devices, then you can figure out a ratio between frame rates and physics settings. Final step, when game starts get the frame rate of players's device and adjust physics settings accordingly.

    I have not done this yet actually because I have not had major issues with this, but that would be my workaround

  • however I think you would need a state for each item - that tells whether it is already in its fading state so it doesn't restart fade midway and look awkward.

    Just checking first and last item's opacity should do it.

    Nothing happens between a click on menu button and last drop down item's opacity being at 100

    And the other way around click does nothing until the top item is at opacity 0

  • Just use fade and set it to different times.

    Click a button and first menu line fades in in 0.5 seconds, second line in 0.75, third in one second and so on.

    Obviously set opacity to 0 at the start of layout

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am guessing since it's US Football, most players are from the USA and that pays ( probably ) more than any other country

  • So far, I saw that when keyboard appears, the game scene shrinks

    Yeah, one of the reasons I designed my own keyboard. On some phones it would shrink and stay that way even after the android keyboard retracted

  • I only have that in the actual full game.

    Maybe if I have some time later I can copy just that part

  • Memory would be the first thing to look into, but he says it is only a language select secreen, so assuming he is not using that layout to pre-load everything else, how much memory could it actually be using?

  • I am sure you can do it with an invisible text box, but the text box has to be on screen and set invisible via CSS.

    Just set textbox.text and Sprite font.text to something like this left(TextBox.Text,100) will limit it to 100 characters.

    For touch input I created my own keyboard, was more reliable than textbox, one sprite object with all images of all keys, each has its own instance variable that matches the array holding the alphabet, so when you press a key, or actually touch sprite with instance var of 0, it will add letter A to your Sprite font text. because position 0 in the array holds a value of "A"

  • However ( not sure if this is still the case ) I have run into issues with iFramed games. It would still fire twice even if using Touch only ( I gues it was registering touch and mouse at the same time )

    So, the solution was to disable muse input for Touch and create separate Touch and Mouse groups, disabling one at the start depending on whether the first interaction was a touch or a click

  • You should be able to figure it out yourself

    I don't remember the exact logic, but I used an array of all 9 spots on the board, once player places an X somewhere set that position in the array as taken, then CPU selects randomly from the other 8 spots.

    After the first 2 spots are taken and player plays his 2nd turn ( 3rd overall ), you have to check all possible combinations that would win it , For example upper left corner has X and center has X, then CPU selects lower right corner to block.

    You can do this with an array and a bunch of conditions. There could be a more elegant solution out there, but by the time you find it you could have done it this way yourself. And you will also learn a few things by doing it yourself.

    Dude, what you are saying makes no sense. If you are going to invest time into learning something new, than that should be Unity, not Game Maker.

    And your insults need a lot of work. Maybe Game Maker has an insult maker plugin you can try?

BadMario's avatar

BadMario

Member since 3 Sep, 2015

Twitter
BadMario has 2 followers

Trophy Case

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

Progress

12/44
How to earn trophies