dop2000's Recent Forum Activity

  • Could be, or it could be a problem in your events.

    Open the browser console when playing in the Arcade and see if there are any errors related to storage.

  • For top down or side view? Here is a side view demo:

    howtoconstructdemos.com/physics-car-with-suspension

  • When you use "Get item" action, Local Storage doesn't check if the item exists, it just tries to pull its value. That's why "On get" is triggered. But if the item doesn't exist, its value will be empty.

    Instead of "get item" use "Check item exists" action. And then in "On Item Exist" event you can access the item value.

  • I don't think there is much you can do, other than report them to Google Play support.

    Even if you add some code that validates your logo or app id, an experienced hacker would be able to bypass it.

  • Most common method is to use a family.

    Pick one instance of a sprite, pick another instance of a family. Then pin or connect them with a joint.

    Here is another demo of a chain:

    howtoconstructdemos.com/create-a-realistic-chain-or-rope-with-physics

  • Use "Set scale" action. Set scale to random(0.5, 1.5) for example, it will change both width and height.

  • Another option is to add all these array into a family. Then you could pick family instance by name, using this condition:

    System Pick ArrayFamily by evaluate: ArrayFamily.ObjectTypeName=nameVar

    .

    You can also use a single array object with several instances - just like you do with sprites. Each instance will store strings for one language. Define an instance variable "lang" on the array and pick array instance by variable value.

  • Even if it "almost works", that second event on your screenshot runs on every tick, which is wrong. It also has "Wait 4 seconds" in it, which makes the engine to create hundreds of delayed threads. This is a serious mistake, that can cause poor performance and nasty bugs, you should definitely fix it.

  • Currently event #2 on your screenshot runs on every tick.

    It needs to be a sub-event inside of event #1. Then it will run only when the button is clicked.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Which behavior are you using for movement? With TileMovement you can do something like this:

  • Only the first bullet flies away from the character

    Run the project in Debug Mode (Shift+F4). After firing a second bullet pause the preview and then find the bullet in the list of objects on the left. Check how many instances of the bullet are there, check their properties. Maybe the new bullet is invisible, or on a wrong layer, or has wrong coordinates etc.

    Debug Mode is a super useful tool for troubleshooting. If it doesn't help, consider posting your project file.

  • I believe you can just put this script into "On start of layout" event. It will repeat every 0.1s

    But this will not work with Worker enabled. If you need Worker, perhaps you should run this script using "Every 0.1 seconds" event or Timer behavior.

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