dop2000's Recent Forum Activity

  • What's the name of that game?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you want a very natural moving flexible line, then I'm afraid there is no easy solution. You can use a rope made with physics joints, but be careful not to break it - don't apply extreme forces, don't change position/angle directly, don't use pin etc.

    You can also bend a straight sprite with mesh distortion, but there is a lot of math involved..

  • So what exactly is the problem? When you press left on the d-pad, the player moves left, but the speed doesn't change? Or it doesn't move at all?

    Does it work when you press Q on keyboard?

    There may be some mistakes in other events which you didn't show in the screenshot. Can you post your project file?

  • Physics joints don't like to be "abused", you should not apply big forces or impulses to them. And definitely don't try adding other behaviors like drag&drop, pin etc. You should move/rotate physics objects only with physics actions.

    If you need a straight line, like a fishing line, then maybe you don't need physics at all. Just use a long sprite, change its width and angle.

  • Do you have any effects on the text or on the background? Seems like the text is outlined?

    You can always use a spritefont.

  • From the documentation:

    Are you using Local Storage or System Save/Load actions? These actions take some time to finish, so if you don't build your events correctly, a different frame rate may cause it to fail.

  • Try running the game in Debug Mode (Shift+F4) and check if V_P2Right variable has the correct value. If this doesn't help, consider sharing your project file, or at least a screenshot of the events.

  • Is there a reason why you are using particles object to create dust sprites? Can you just spawn a bunch of them randomly?

  • Well, sometimes logcat doesn't have much useful info.. Seems like there is some issue with disk index (whatever this means). Does this happen on other devices? Maybe there's some problem with your phone.

    You can try exporting debug APK, it may give you more detailed error logging.

    Also, you can add Browser Log messages into all key events in the project, for example "Checking Local Storage", "Loading from Local Storage" etc. If you export debug APK, you will be able to see these messages in logcat and will know exactly in which event your app fails.

  • As with any other object in Construct, you can create multiple instances of an array using "System Create" action. So you can have 20 instances of the same array, and pick them by instance variables, or by UID, or using some other method.

    One common implementation of multiple array instances is when array is added to a container with another object like a sprite. For example, you may have Enemy sprite and EnemyStatsArray. When they are in the same container, then each enemy will have its own instance of the array with its own unique data.

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