klabundee's Recent Forum Activity

  • Are you sending it using a simple Ajax Post with User+Score?

  • It's not the cell phone for sure, because even the cheapest Android phones from best buy now have 16 to 32 GB memory and the game only uses about 136 megs for the main portions (200+ for the cinematic).

    They have 16 to 36Gb of INTERNAL STORAGE not MEMORY.

    Is it darksunpictures.com the website of your project?

    Well, if yes, I'm assuming that you did a similar "best pratic" on your Construct project..

    The website index has 66,200 KB.

    It is far from something good, if you are doing things similar in your C2/C3 projects please first of all try to understand how everything works and what you should do as best pratics.

  • Hello, Ashley aswered but to make it easy here:

    1 - Select Sprite

    2 - Turn Solid OFF

    Are you sure about using sprites this way for background?

    Try tiled background + tilemap.

  • Yes you can, I have the situation you wrote..

    A layout just to have all sprites.

    If you need specific conditions to each sprite you can add a simple variable to define the layout, so, instead of a simple condition like:

    "On click sprite - do" you will have:

    "On click sprite" and sprite variable layout = layoutX - do

  • Have you tried the C3 runtime?

    Can you send a short video showing the delay?

    Does it happen when running on preview mode?

  • Oh, now I got it.

    Its an app opening the index...

    try removing:

    "&&alert("Exported games won't work until you upload them. (When running on the file: protocol, browsers block many features from working for security reasons.)")"

    Inside scripts/main.js

  • You can setup a simple webserver on his computer.

    Install wamp and just drop the files inside the root folder and try it at 127.0.0.1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Show us your camera code.

  • Why instead of having 2 a second condition "On destroyed" just create a sub action inside the main one: If Health <= 0

    • Destroy
    • Start Timer
  • You can do this way:

    Event sheet 1 / Layout 1 = Create a global variable and:

    Button, On clicked -> Variable set value to 0

    Event sheet 2 / Layout 2:

    Compare variable -> IF = 0

    - Sprite -> Destroy

  • I did a simple test using my project, it is only in test mode on google play dev, so it's not published (IDK if it may afect), I'm able to login and retrieve some infos about my account but it was not possible to set a new score. It simple doesn't work.

  • OK, so to definitely show how it works I did a simple project showing the result.

    So, what it does?

    Every 0.5 seconds, it will increase 1 to the Text box called Score.

    - It will calc Score /10 and Score %10

    After that, it will compare IF Score%10 is equal to 0, if IS so, say WHOLE NUMBER else, NOT A WHOLE NUMBER.

    And you can see that it works as you asked, because it only show WHOLE NUMBER when also Score/10 = whole number and Score%10 = 0.

    And it works for any number if you change %10 to %8 it will be a WHOLE NUMBER only when the Score is divisible by 8.

klabundee's avatar

klabundee

Early Adopter

Member since 26 Nov, 2015

Twitter
klabundee has 6 followers

Trophy Case

  • 8-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies