dop2000's Recent Forum Activity

  • Yes.

  • getbit/setbit allow you to use a single number variable as a mini-array of values. You can store up to 32 boolean values (0 and 1) in it. And then send this variable with multiplayer plugin.

    Let's say you need to send the information of which buttons on the keyboard are pressed. Normally you would need a dozen or so variables for that. But with getbit/setbit you can encode them all into a single number:

    Then once the peer receives this number, you can decode it using getbit expression. For example, to check if the space key was pressed on the remote host - getbit(keysVar, 4)=1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • GameAnalytics is free and pretty powerful tool, it works on iOS and Android. They have an addon for C3.

    construct.net/en/make-games/addons/95/gameanalytics

  • Have you tried "Has product" condition? In theory it should return false if the purchase has been refunded.

    There is an alternative plugin - Mobile Billing from the Construct Collection. This plugin has "On refunded" trigger.

  • The file size definitely should have went down. Try saving the project with a different name.

    If it doesn't help - make a backup copy of the project file, change the .C3P extension to .ZIP, open that ZIP file and try to manually remove the song from the Music folder. But don't forget to make a backup copy, because this may corrupt your project!

  • Maybe there's some other event that is causing the issue. Like I said, your screenshot contains very little useful information. Try reproducing this bug in a smaller project and sharing it here.

  • The screenshot you posted isn't enough to understand the issue, and the video is 18 minutes long..

    You should definitely use "On Touch" and not "On Tap". But if you are suspecting that the stamina is still not set properly, try Debug View and Browser Log to troubleshoot.

    Does this happen when you preview on a computer and click the button with mouse, emulating the touch event?

  • I thought about including some events to manually replace the static data, but that seems iffy if I want to change the static info for 20+ items in the future.

    Yeah, either that or add a new array which will only contain the data you want to update. Say, a weapon code and a new price. And make an event which will compare both arrays and update the data in the main array if it's outdated.

  • The easiest solution would be to set the origin point of both the dialogue box and the text to the bottom-right corner.

  • Not sure what you mean by "hiding" it - you don't want your program to show up among the list of other games?

    There are lots of other websites where you can host your program, for example itch.io, Netlify etc. The best solution would be hosting it on your own website.

  • Not sure if this is relevant, but check out this demo

    howtoconstructdemos.com/bend-a-sprite

  • If you can reliably reproduce this error in a small demo project, you need to submit a bug report.

    Are these platforms dynamically spawned in runtime? If they are static, you can add NoSave behavior to them.

    One workaround that comes to mind is to use temporary placeholder sprites in place of those platforms. Spawn the placeholders, save the game, then replace the placeholders with real platforms. And on loading the game - replace them with real platforms.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 257 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
  • 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
  • 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