dop2000's Recent Forum Activity

  • I mean native Construct plugin - Mobile Advert. I don't export to cordova, I use C3 build service to build signed apk.

    Plugin id is "construct-mobile-advert".

    I guess I can try Mobile Master Ads addon by chadorireborn, I believe it uses "cordova-plugin-admob-free".

  • Admob with native Mobile Advert plugin, Construct 3 build.

  • Has anyone experienced this problem?

    After I close an interstitial ad, the game slows down to ~5 fps and becomes unplayable. This doesn't happen all the time, but I had this problem twice on two different phones in the past couple of days.

    Wonder what's causing it and is there a fix?

    Tagged:

  • Well, at speed 550 or more, each wall travels 9px or more on every tick. The spawner spawns walls also on every tick, but they are only 8px high, that's why you get gaps.

    You either need to increase wall height with speed, or spawn more than one wall on every tick.

  • Your events work correctly. However, the Adventurer is only destroyed at the end of the tick. So even if you destroy it in event 59, for all remaining events it will still exist. So in event 78 enemies re-acquire it as a target.

    You can add another condition to event 78 "Adventurer health>0" to fix this. Also, it will be a good idea to disable adventurer's collisions when destroying, it may prevent other similar issues.

    By the way, you don't need to use "System pick by evaluate" and "For each" in this case. You can simplify your events like this:

  • You can remove this plugin manually from the project files. Rename .capx to .zip, unzip to a folder, search all files for this plugin and carefully remove all mentions of it.

    See comments in this post, there was a similar issue with another plugin:

    construct.net/en/forum/extending-construct-2/addons-29/need-appodeal-plugin-c2addon-150049

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can do the same things oosyrag suggested in C2.

    Either use a tilemap with very small tiles (1x1 or 2x2 px), or you can read pixel data from the image with Canvas addon.

  • Also, check out this demo how to display time in hh:mm:ss.ms format

    howtoconstructdemos.com/simple-stopwatch

  • What addon is it?

    You need to search for a version of this addon ported for Construct 3.

  • You do not have permission to view this post

  • I think if you add some parallax to the background, the jittering will be less noticeable.

  • Currently the design is so that you don't clog up the function list for actions with loads of unwanted functions that are only used as expressions.

    Can you put all these functions under another group - "Functions that return value"? In a large project the list of functions can already be quite long, so adding another group will not do any harm.

    This change will make C3 functions a bit more flexible. Also, this is a commonly used functionality in other languages, so there will be no reason to remove it in the future.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

30/44
How to earn trophies