dop2000's Recent Forum Activity

  • It's not a bug. If someone tells you "go left, but you can only move forward" - will you be able to do that? No.

    When you move a sprite with pathfinding behavior, it uses "Rotate speed" to make turns. When rotate speed is 0, it can't turn and therefore can't move.

    Before posting bugs for behaviors which have been around for ages, try to read the documentation first.

    And your sprite3 doesn't appear because node index is zero-based, you need to start the loop at 0.

  • but when you press play, it asks me for the Windows path.

    I've never seen this. Try installing the Linux build manually and see if works on Steam Deck. If it does, then maybe Steam serves you Windows version or you configured it wrong.

  • There is no exe in Linux version, instead there should be a file with your project name and no extension. Right-click it and select "Add to Steam". Then exit the desktop mode, boot back to Steam and you should see your game in Library -> Non-steam games.

  • It's difficult to guess without the project file. Check image points in all objects. Check that the bullet is spawned on a layer without parallax. Try attaching the turret with hierarchy instead of Pin - pin can lag slightly if the objects are moving too fast.

  • Gamepad controls should work. Are you using NWjs export?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Place an invisible tilemap, draw narrow paths on it from node to node. Set those tiles as walkable and the rest of the tilemap as not. Find a path, see which nodes it goes through, then move from node to node with MoveTo behavior.

    I suggest using EasyStar pathfinding, but you can do the same with the official plugin too.

  • You do not have permission to view this post

  • Touch.XAt(index, layer) - is for touch index.

    Touch.XForID(ID, layer) - is for touch ID.

  • Instead of "Set angle towards position" use "Set angle" action.

    Angle: angle(thumbpad2.x, thumbpad2.y, leash2.x, leash.y)

  • Array.At(1,loopindex(Array.CurY))

    Try Array.At(1, Array.CurY)

    I prefer to use System loops when working with arrays:

    System For "y" from 1 to (Array.Height-1)

    Text append Array.At(1,loopindex)

    In the future use instance variables.

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 27 Nov, 2024

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