dop2000's Recent Forum Activity

  • I don't think it's possible to save a file from a browser game without a dialog window, due to security reasons. You can only do this from NWjs game.

  • OddConfection Thank you for the detailed answer! Is there a C2 plugin that supports microtransactions? The only plugin I found is this one, but it only has two actions - Activate achievement and Activate overlay.

    newt , is that the official plugin you are referring to?

  • There are many ways to do this -

    Player is overlapping platform at offset (x, y+10)

    System Pick platform overlapping point (Player.x, Player.BBoxBottom+10)

    Platform pick nearest to (Player.x, Player.y)

  • I made something similar in this demo, as a way to keep lots of physics objects (apples) inside a fast moving basket.

  • See this tutorial

    scirra.com/tutorials/73/supporting-multiple-screen-sizes

    To get rid of black bars on screens with different aspect ratio, use scale outer mode and make your background about 20% bigger than layout size.

  • I don't think there is an easy solution to this. One way of doing this is to create a copy of the level at an offset and "ghosting" some objects. For example, if you want your character to be stopped by walls, and enemies to go through walls, you make a copy of the layout at 10000px to the right, remove walls from it and place your enemies there. For each real enemy object create a "ghost" sprite and position it to (Enemy.X-10000, Enemy.Y) on every tick. It will look like enemies are walking through walls. Of course, this solution is far from universal, but could work in some games.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In Physics behavior, you can use enable/disable collision between specific objects, but I don't think this is possible with Solid. If you tell a bit more about your game, maybe we could suggest another solution.

  • Hi Tom , Are you monitoring this thread or should we post our suggestions somewhere else?

    The search function stopped working, it's returning 404 error all the time. Also, when I click on my posts and search there, the search results are unsorted, could you sort them by date?

    Quite often, when I insert an image, it doesn't appear in my post. I have to edit it, insert the same image again (I get a new image ID) and then it works..

  • Use "On click" event, not "Mouse button is down".

    "On*" events are triggered once. "Mouse button is down" is triggered every tick while the button remains pressed.

    Also, check the animation speed in Animations Editor.

  • I have a C2 game that I want to try publishing on Steam. The game was originally developed for mobile, with interstitial ads and in-app purchases.

    So what monetization options can I use on Steam?

    Can I still show interstitial ads in a PC game, is it common for indie games on Steam?

    Can I offer my game for free with IAPs? Does Steam have its own IAPs system, or should I use some third-party solution (like Paypal)?

  • Use PickedCount property:

    Sprite type="bomb" -> Text set text "Number of bombs: " & Sprite.PickedCount

  • You can do this with regex:

    Set formattedNumber to RegexReplace(str(number), "(?<=\d)(?=(\d\d\d)+(?!\d))", "g", ",")

    number=12345678.22

    result=12,345,678.22

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 8 Feb, 2025

Twitter
dop2000 has 258 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