dop2000's Recent Forum Activity

  • No worries! If I may, a few other suggestions -

    Try not to place buttons too close to screen edges, on "frameless" phones people will touch them by accident.

    Also, on many Android phones the navigation bar is invoked by swiping on the bottom of the screen. You have "Poker hands order" button there, so it causes it to open/close all the time. Not a big deal, but it feels like a poor UI design.

    And in "Poker hands order", when you tap on little question marks, the text that appears is too small and difficult to read.

  • Jump thru behavior is buggy. Check the collision polygon, make sure that the platform angle is 0 degrees.

  • It is possible. Selecting a random object name is easy enough - you can put all names into an array and pick a random index, or select a random word from a string (list of objects) using tokenat and tokencount expressions.

    The inventory system is another story, the implementation greatly depends on how complex you need it to be. There are a few examples and tutorials:

    construct.net/en/tutorials/search

    howtoconstructdemos.com/comprehensive-inventory-system-c3p

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Also, when editing almost any event/action, you can see "Find expressions" link, click it - you can browse all expressions, it's extremely useful!

  • It helps when you learn the terminology.

    Properties in Construct are called "expressions". There are system expressions (for example ViewportWidth), and also every object type has expressions (for example Sprite.width).

    Methods are called "actions". Again, there are system actions, and every object has actions.

    There are also events and conditions - system and specific to objects.

  • Right-click on project name:

  • It's not glitching, it works like it should.

    You can increase the value for the vector. The best solution is to use different values for when the player is moving towards the bullet, moving away from the bullet, and not moving.

    Also, you can temporarily disable controls.

  • DavidA13 Thanks! You can play a few levels here, it's a browser version:

    planetotron.com/Demo

  • Interesting game, took me a while to understand the strategy.

    It's impossible to find your game in Google Play, even if I type the exact name "Poker Solitaire 5/9", it still doesn't show up. I don't know if it hasn't been indexed properly yet, or maybe you need to choose a more unique name for it..

    Also, you need to add an app icon, it's a standard Construct icon at the moment :)

  • The easy way is to add "Panel is NOT dragging" condition to event 13 and change the formula to this:

    lerp(Self.Y, clamp(Self.Y, min(-Self.Height+LayoutHeight-padding, padding), padding), 0.3)

  • Why the second event "Keyboard A is down" is nested under the firs event? You need to move it to the top level!

    Also, add that condition I posted in my previous comment to only pick the pinned box when shooting it.

  • In exported game I believe simply the relative url should work - "filename.jpg" or "/filename.jpg"

dop2000's avatar

dop2000

Member since 26 May, 2016

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