sizcoz's Recent Forum Activity

  • Thank you for your continued help - I really appreciate it.

    The data from MYSQL only comes in when the game is live on a server - in Debug mode, the leaderboard is empty - so it doesn't pull in the scores. I think this is a security setting in the plugin which means that the game only works in the location you specify.

    I have no experience with that plugin, so maybe it is rounding the data?

  • OK thanks - tried that, but it didn't work. It's only loading the digits before the decimal point.

    The values in the DB say:

    1. Andy 12.34

    2. Andy 12.45

    3. Andy 15.65

    But i my leaderboard they show as:

    1. Andy 12

    2. Andy 12

    3. Andy 15

    So it seems as though the plugin, or construct is rounding the number before displaying it somehow.

    Have a look at ajax (in construct) in the debug mode, it will show you the raw data that is coming from your mysql table.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for your reply!

    Do you mean in the actual database, or within Constuct?

    Sorry - fairly new to this, and not sure where to look.

    In the database itself, the values are set up as 'text', and the times (scores) look correct.

    In the database.(presuming it's mysql)

  • Hmm Thanks - I've just searched the PHP files which game with it - nothing relating to floor/round/ceil/trunk in those.

    Or do you mean within Construct itself?

    Have you set your mysql field to decimal type.

    example, in the structure the Type should be Decimal(4,2) The 4 means the length before the decimal + the number of digits after the decimal, so 67.78, would be Decimal(4,2), 9299.365 would be (7,3) and so on.

    Edit, Forgot to say, I don't have the plugin, but do this with my own scoreboard.

  • Hi

    I am playing around with an Endless Submarine Runner, this is just a concept, so I was wondering what you think?

    It is primarily aimed for mobile, in landscape, and best played this way, but I have made it playable on PC also to get a bit of feedback, it's a prototype, and might not even make it to production, depending on feedback.

    At present it's in letterbox mode, so black bars I'm afraid.

    There are 4 Zones, which repeat, all the Paths are random, and made on the fly, so to speak.

    The concept is a Submarine, and it has to avoid all terrain and enemies, and grab stars etc.

    On mobile, it's touch in front of submarine to move.

    On PC its mouse button down and move mouse, in front of Submarine.

    Mobile Version is here

    And link for either is here.

    https://goo.gl/Atr9Td

    Let me know what you think, bearing in mind, it's only a very early prototype.

    Cheers

  • When you use % and compare to 0, if = 0 it means that the number is divisible by 10 as you asked before.

    For example:

    10%10 if = 0 means that the first number is divisible by the second.

    Is score divisible(%) per 10? If yes you need to compare with 0 to know.

    Is the same as is the result of score/10 = a whole number?

    https://en.wikipedia.org/wiki/Modulo_operation

    Quick capx I wrote finding odd and even numbers with modulo.

    https://www.scirra.com/tutorials/9439/modulo-odd-even

  • Testing pinch to zoom on forms (link to online version).

    Just tested on Mobile and it works great. brilliant.

    This could be a real asset for developing web pages in c3.

    The only essential thing is to make it discoverable from search engines.

    Great stuff

  • sizcoz

    I haven't tested it, but maybe with

    > 	touch-action: manipulation;
    

    or with

    > 	touch-action: manipulation !important;
    

    It's possibile to abilitate pinch to zoom in an element.

    I think I'll add Touch events conditions (touchcancel, touchend, touchenter, touchleave, touchmove, touchstart) in one of the next releases.

    People expect pinch to zoom on mobile, on forms etc, would be good if you could achieve this.

    Good stuff , it's progressing well.

  • I think that after I resize a sprite in the sprite editor. this happens:

    When I select other "normal" sprites, the 'tiny box' is in the center of the object, but this one is not. and it interferes with gameplay and many things. Please help me out, thank you!

    You need to center the image point.

  • Added a new example file, how to build a landing page.

    (based on Responsive Web Design Projects - Build a Product Landing Page)

    Update a new release - version 0.0.2.3

    Add Mustaches for Attributes, Classes and Style

    New Actions

    HTMLAddAttribute, HTMLRemoveAttribute, HTMLChangeAttribute, CustomJSGetFileURL, CustomJSGetFileBLOB, CustomJSGetUrlBLOB, CustomJSGetBase64ImgFromURL, CustomJSGetBase64ImgFromFILE

    New Conditions

    JSOnGetFileURL, JSOnGetBLOB, JSOnGetUrlBLOB, JSOnGetBase64ImgFromURL, JSOnGetBase64ImgFromFILE

    New Expressions

    JSGetFileURL, JSGetFileBLOB, JSGetUrlBLOB, JSGetBase64ImgFromURL, JSGetBase64ImgFromFILE

    I really like what you are doing here.

    If you could add pinch to zoom, in some form or format (challenge on !), this would be a really viable project.

    Keep up the good work.

    cheers.

  • Which ad providers are you using? Mine are set to: "Commonly used set of ad technology providers". Maybe I should hand pick the 12 under "Select ad technology providers". However, all my other apps are close to 100%, but are only affected if they are pulling in interstitials.

    I can't advise you , but I have picked the 12, and on average always get over 90 % match rate.

    Maybe It's worth a try, I won't give my preferences here , but you can always email me, at

    sizzgameslro@gmail.com

    By my calculations if you say you have 746,00 network requests and you were getting 90 % match, that would equate to 671,000 requests, if you got a 1/4 of those requests as impressions, that's 168,000 impressions, on an average of £2.00 rpm(revenue per thousand impressions), you should get £336.

    So, you should sort it out sooner than later.

    cheers

  • United states and South Africa are under 1%. Everything else is at 100% except Argentina which is at 36%.

    Have you researched your 12 ad providers, seeing as most of your downloads come from usa, maybe target usa driven ad providers? Don't know if this makes any difference btw, seeing as gdpr is for eec.

    Or maybe you have some settings wrong in admob, seems strange that usa and south africa are affected the most?

    The best thing to do seeing as you have high traffic, and potential loss of earnings is to email Admob.

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