julianlee's Forum Posts

  • 14 posts
  • Hi,

    Just wanted to say, this template looks great!

    I am thinking to use it for a mobile platform game, hence need to modify the input control to leverage Touch screen. Do you see if there will be technical problem, for example touch screen may not be so responsive, resulting a deteriorated user experience?

    Thanks.

    Ah, I saw the touch control at the Demo level 5! yes that's what I am looking for!

    Will be buying the whole bundle. :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    Just wanted to say, this template looks great!

    I am thinking to use it for a mobile platform game, hence need to modify the input control to leverage Touch screen. Do you see if there will be technical problem, for example touch screen may not be so responsive, resulting a deteriorated user experience?

    Thanks.

  • I initially also thought that the user installed certain fancy android fonts on his phone that prevented the text to be displayed correctly, but no, the phone is on its vanilla stock version.

    Note that once I disabled the WebGL, the issue gone.

    Also, the text box is quite big, even a short text is not displayed when WebGL is turned on.

    Thanks for your reply.

  • Hi,

    Not sure if there is a resolution to this one-year-old issue?

    i.e. Invisible text on some Android phones when WebGL is enabled.

    I also found that with WebGL enabled, the display text on some of the phone models (Huawei P20) becomes invisible in my game.

    Once I disable WebGL, the text came back.

    I can't use spritefont because in my game, I am displaying chinese characters..

    Thanks!

  • Hey guys, thanks for the suggestions. I spent all day today trying to think of a way to do this and came up with a super simple solution that works!

    On the beginning of the first layout I want to 'reset' to I added a 'On start of layout>System>Save' to a slot called 'Reset' (which will only trigger the first run) Then at game over simply Load the save slot reset and your golden! All the persistent objects restore themselves back to the initial save! So much easier than trying to program them individually WOOHOO hehe

    Thanks! This idea is VERY creative and simple! I was splitting hair on this!

  • I think you need to add viewport-fit=cover to the meta viewport tag.

    Thanks Ashley, I will try that out.

    I also read from Apple Developer website that to enable full screen resolution, my project need to set base SDK to iOS 11 and I have to have a Launch Storyboard or iPhone X launch image.

    I will look into that.

  • Thanks for the reply.

    I have tried Scale Outer as well, but the overall screen of my App is still not occupying the whole Iphone X screen.

    Did you manage to get your app taking the whole screen of Iphone X?

    Thanks.

  • Hi,

    I was wondering how can I support the new phones (e.g. Iphone X or S8) aspect ratio (19.5:9 and 18.5:9) for my games?

    I am currently using Scale Inner and I have made my layout much bigger than the window size. It has worked for me well for ipad (4:3), iphone (16:9) and many other android phones.

    But when I try my game on the new iPhoneX, it is just not taking up the whole IphoneX screen.

    Did I miss out anything here?

    Any idea/advice is much appreciated.

    Julian Lee

  • Just wanted to report that the CAPX in the 3rd Isometric example called "Isometric Playfield" above is no longer downloadable. Thanks for consolidating and maintaining the list of FAQ.

  • I am having this problem also. Sound occassionally got distorted or missing on iOS too.

  • thanks all and Ashley for clarifying, yeah this is a ios9 bug and not C2's.

  • I am having this problem too, my construct game no longer play sound or music.

  • They looked great.

  • I have this problem too for my app.

    The sound no longer plays after I pressed the refresh button on the safari browser. If I do not press the refresh button, all sounds and music plays out well.

    It happens on both my iPad mini 2 and iPhone 6. It worked normally on my windows browser on PC.

    Let me know if there are solution. Thanks.

  • 14 posts