sizcoz's Recent Forum Activity

  • You could also use.

  • Thanks guys,

    It's taking me a little longer to figure this out but you're suggestions are challenging me to think ;)

    If you simply want it to bump back 3 times the size of your sprite, you could do something like this.

    This is presuming your sprite is 64 in width

  • I was wondering how could someone do the same thing for a platform game, where there could be the need for the follower character to jump to follow the leader.

    You could do something with an array, like this.

    http://www.sizzle-games.com/follow.capx

  • You do not have permission to view this post

  • Here,s the regex answer.

    Explanation

    /

    (?<=start text\s).*(?=\send text)

    /

    Positive Lookbehind (?<=start text\s)

    Assert that the Regex below matches

    start text matches the characters start text literally (case sensitive)

    \s matches any whitespace character (equal to [\r\n\t\f\v ])

    .* matches any character (except for line terminators)

    * Quantifier — Matches between zero and unlimited times, as many times as possible, giving back as needed (greedy)

    Positive Lookahead (?=\send text)

    Assert that the Regex below matches

    \s matches any whitespace character (equal to [\r\n\t\f\v ])

    end text matches the characters end text literally (case sensitive)

    Cheers

  • Hello all, I need to learn to how to send an email with Construct 3... Can someone help me understand how it all works (the easiest way in 2019), in layman's terms? Are there any C3 addons to send emails?

    https://www.construct.net/en/tutorials/sending-an-email-from-construct2-1068

    Try this.

  • Yep, I get this now and then, It's been happening for a while, to the extent that the android build icon went missing and it refused to build an APK, It gets solved with a PC reboot.

  • Just like said.

  • TheScythe - do you have a specific model number to identify the variant of the K10? I looked up the stats and the GPU it uses depends on the variant (which presumably depends on the market region).

    So judging by the information in this thread and looking up device GPUs on gsmarena, we have results something like this:

    Honor 9 Lite: Mali-T830 MP2 - broken

    Alcatel A5 LED: Mali-T720MP3 - broken

    OnePlus 5T: Adreno 540 - working

    LG K10 (2016): Adreno 306 - K420N; Mali-T720MP3 - K430DS, K430DSF, K430DSY

    LG K10 (2017): Mali-T860MP2

    At least one of the K10 variants above broken

    It's not a lot of data to go on, but it would make sense if this is a GPU driver bug in Mali GPUs affecting OpenGL ES 3 (WebGL 2). The more devices we can test and get results on, the better. So if anyone else can test on additional devices and let us know if it works or not, that would be helpful. Then we can look up the specs and see if there's a correlation with the GPU.

    We have data indicating ~50% of Android devices use Mali GPUs, so blacklisting anything with "Mali" in the GPU name from using WebGL 2 would have a high impact. I think the best approach would be if someone can produce the most minimal project possible that demonstrates the issue and then file a bug with Google with our device testing results and see if they can get to the bottom of it.

    For the record I edited the thread title to better reflect what we're trying to do here.

    Motorola G6 builds an apk in r137, works fine.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Maybe You could find the word in an array with something like this.

    http://www.sizzle-games.com/array_word_find.c3p

  • sizcoz> The best bet is to probably use scale outer.

    That was the first configuration I used (I've already tried all the possible configurations) and the gray line never disappears.

    Did you tick hide status bar ?

    I usually make all my apps like this, and have never had this problem?

  • The best bet is to probably use scale outer.

    Below is a test example.

    https://www.sizzle-games.com/full_screen_android.c3p

    The big Blue sprite, is your safe zone, within this zone, everything is shown on most mobile phone screen sizes, so keep stuff that you want certain to show (cut scenes, boss fights,etc), within this zone.

    Backgrounds should be made slightly bigger than the layout, to allow for Tablets etc.

    I have tested this by exporting to an APK, and it works with no grey bar at the bottom.

    Hope this helps.

    cheers

sizcoz's avatar

sizcoz

Early Adopter

Member since 19 Apr, 2014

Twitter
sizcoz has 8 followers

Connect with sizcoz

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • x12
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies