dop2000's Recent Forum Activity

  • Try to replicate the problem in a small test project, make sure it works in old C3 release and is broken in new C3. Then file a bug report:

    github.com/Scirra/Construct-bugs/issues

    This is a problem with backward compatibility, so it should be quickly fixed.

  • Well, it's hard to tell what could be wrong without the project file. One possible reason is that the object you are trying to move to top/bottom hasn't been created yet. If you create the object in the same tick, you have to wait until the end of the tick in other events to pick and make changes to it.

    Try adding a test event and see if it works:

    On key "Z" pressed -> Object move to bottom of layer

  • Check out this post:

    construct.net/en/forum/construct-3/how-do-i-8/detect-sol-empty-181557

    You can do the same:

    Array var1=value1
    Array var2=value2 
    
    Else : Call function
    
  • I suggest running the project in Debug Mode (Shift+F4). Check each object - make sure it's on the right layer, check their z-index and z-elevation.

    I noticed that you have a bunch of "Wait for previous action to complete" on your second screenshot. It should only be used with asynchronous actions, the way you are using it is wrong and it potentially can cause some bugs. If you need to wait till the end of the tick, use "Wait 0 seconds"

    The only fully working, relatively easy monetization option in C3 afaik is mobile.

    Unfortunately, mobile monetization in C3 is not much better. You have two plugins - very basic IAPs and Admob. Which may be ok for a hobby project, but if you want to work with publishers, they will laugh at you.

    Here is the list of 3rd party addons we had to use in our mobile games:

    Ads:
    AdColony Ads
    Admob Ads
    AppLovin Ads
    Chartboost Ads
    Facebook Ads
    Fyber Ads
    HyprMX Ads
    InMobi Ads
    Mobile IronSource
    myTarget Ads
    Tapjoy Ads
    TikTok Ads (Pangle)
    Unity Ads
    Vungle Ads
    
    Plus social, billing and analytics addons:
    Firebase Analytics
    Firebase Crashlytics
    Firebase Startup
    Gameanalytics
    Mobile AppsFlyer
    Mobile Billing
    Mobile Facebook
    Mobile IDFA
    Mobile Notification
    Mobile Review
    Mobile Toast
    My Tracker
    

    Almost all addons are by Chadori, may he live long and prosper!

  • There is probably too much data on the Inspect tab to update - for example you have too many layers or variables.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What NWjs version did you use and what is the addon version? Is worker enabled or disabled? Did you remove Greenworks addon from the project?

    Try NWjs 82, Greengrinds 1.5.0, Worker=disabled. You don't need to add any library files after the export, and if you have added them to the project - remove them. Only steam_appid.txt if you want to test without uploading to Steam.

    Export with Devtools enabled, run the game on your PC, press F12 and check for error messages in the console.

    Wait wait wait.... you mean construct doesn't work with steam?

    It does. But if you want your game to be available on Mac and Steam Deck, your only option (afaik) is to use NWjs export and Greengrinds addon.

  • I don't know how to explain it :) I guess an 'offset' is a more accurate word.

    It's half of the character width, try changing it and see what happens.

    How C3 users are able to monetize their games wouldn't be an afterthought like it fells now, it would be the #1 priority.

    This is so true!

    Like, for example, the official Steamworks plugin for NWjs still doesn't support DLCs! (Edit: actually, looks like it has been retired and replaced with WebView2 version. Which would've been great if only WebView2 was working on MacOS and Linux/Steamdeck)

    Developers have to rely on third-party addons, which are often difficult to integrate, and which, as Ashley himself keeps repeating, may stop working with every new Construct update.

  • There's probably a mistake in calculations. But your code is impossible to understand.. You have almost 500 events which probably could be optimized to 50 or less. You need to read about functions.

    I suggest temporarily disabling those tweens and replacing them with simple "Text set Y". See if this fixes the issue with uneven spacing. If it does, the problem is likely with wrong timings - you are calculating the coordinates for new tweens based on previous tweens which have not finished yet. But this is just a theory.

    Use Debug Mode - you will be able to pause the game and check everything. Console logging is also extremely useful when troubleshooting - add "Browser Log" actions to key events, you can print out information like object coordinates, variables etc. Press F12 in preview and check the log.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 249 followers

Connect with dop2000

Trophy Case

  • 8-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
  • x4
    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
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies