grigrizljac's Recent Forum Activity

  • Bump

  • Maybe something like this?

    https://www.dropbox.com/s/b1oqul8f3igx1 ... .capx?dl=0

    How do we do it?

    First, set the type of the textbox to "Number" – that means only numbers can be entered, and on mobile devices, it shows the number-only keyboard.

    (pic: https://www.dropbox.com/s/jqmmrjkn3up7sw9/type.png?dl=0)

    Then, we every tick compare the first character of the textbox

    len(TextBox.Text, 1)[/code:htnsu6xz]
    Well, we compare an integer of that [code:htnsu6xz]int(len(TextBox.Text, 1))[/code:htnsu6xz] with number 9. Integer because we compare with 9 (number). I guess you could do it without integer when comparing to "9" (as text; note the quote marks).
    If it doesn't equal, we set the text of the TextBox to [code:htnsu6xz]"9"&TextBox.Text[/code:htnsu6xz]
    That means it adds number 9 to the start of the text and keeps the things you have already typed inside.
  • Nice!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I recommend trying to build it, then install it on an Android device and you'll see. Does it work in other browsers?

  • I guess you have to set CF bundle version. I think it cannot be empty.

  • Hello. I made a game that is also available on iOS. I use Intel XDK to build the file. But I'm getting stuck and really frustrated here ...

    All I want to do is to remove iOS Status Bar.

    I've been looking around for times but was unsuccessful. I mean, all the information, including on this forum and tutorials, is scattered and contradictory. There's no simple tutorial or anything to do that. I read all of these things: "It works well when building for iOS.", "I have problems with status bar", "I cannot hide status bar on iOS", "Is there a way to hide status bar on iOS?", "Tick 'Hide status bar' inside C2", "Tick 'Full Screen' inside C2", "Ticking 'Hide status bar' and 'Full Screen' doesn't work", "There's a plugin for that.", "Use StatusBar plugin.", "What to do with this plugin?", "Where can I get this plugin?", "What can I do?", "It's Intel XDK's fault, not ours", "It's C2's fault" etc.

    Could somebody, please, write down the steps (and what to tick, select, add, plugins (with links) etc.) to remove iOS status bar when building with Intel XDK?

  • Mine is distorted, too.

  • This might help ... Add "File" plugin to Intel XDK. That solved many errors I got because of different plugins. But maybe that's not the problem.

  • The topic is getting old, so I may do a quick update here.

    [quote:38x8bkoz]Version 3.1 brings some new features and improvements:

    +Power-ups time left: look at your circle

    +When using Follow controls and "Move through walls" powerup is active, move close to the edge and press on the arrow that appears to move to the other side

    *Bugfixes and improvements

    If you have any issues, report them to eternalgamesdev@gmail.com

    It also brings a new, encrypted way when posting the score to the leaderboards, so it is harder for the hackers to hack it. If you'd like to try to hack the leaderboards, tag me here.

    What is also new is that the website is now here: http://square-eater.esy.es

    Download on the App Store

    ‍ ‍

    Get it on Google Play

    Play in browser

  • Does anyone know, is it possible in Google Play to have 1 .apk file (Crosswalk) for android 4 and 1 (without Crosswalk) for Android 5 and newer?

  • My app (Square Eater):

    Android (Crosswalk): 21.72 MB (ARM) and 24.42 MB (x86);

    iOS: 5.1 MB

  • When supporting international keyboards, don't forget that some countries have Z and Y the opposite way (QWERTZ; YXCVBN vs. QWERTY; ZXCVBN)

grigrizljac's avatar

grigrizljac

Member since 25 Jul, 2013

None one is following grigrizljac yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies