dop2000's Recent Forum Activity

  • I'm pretty sure many of these plugins were never converted for C3. So your only option is to open the project in Construct 2.

    You can find many of rex's addons for C2 here:

    c2rexplugins.weebly.com/map.html

  • Use these expressions to get image point coordinates:

    Sprite.ImagePointX(index)

    Sprite.ImagePointY(index)

    If you need to check if image point is overlapping any sprite, you can use "System Is Overlapping Point" condition.

  • there is no "call function" action.

    When you add a new action, there should be "Functions" category next to "System". Do you have it?

    If you just don't see a particular function in the list, double-check that it is not set to return any value.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • In fact IIRC I've already reported this issue to them. If something isn't getting enough attention, then the more customers who report it to Apple/Google, the higher a priority they will give it.

    Could you provide the links to your reports? I would be happy to leave a comment to them, or we could use them as references. Opening a new request with a different support team and having little information to offer, other than "my C3 game is janky", would not be very productive.

    EDIT: I missed the link in the previous comment, I can see your report. Upvoted!

  • there's nothing much we can do about it

    Ashley This is not true. You can contact Google/Apple support and explain them the issue in proper technical terms. And provide correct answers to their questions, logs, code snippets etc. Because you understand how your engine works, we don't. An frankly, it's your job, not ours.

    We pay money for the software, which claims to work everywhere and leave other engines in the dust in terms of performance. It's on the main page!

  • Have you tried changing this setting: in game properties on Steam (gear icon) -> Controllers tab -> "Steam input" for your controller type.

    Enabling/disabling it often helps to fix various controller issues.

  • Construct had this issue with poor performance and frame drops on mobile since forever. And yet it's somehow not Scirra's job to fix it, but us, end users should contact Apple and Google support.

    I can tell you how it will go:

    Me: Hey Apple/Google support, my game runs poorly on Android.

    Them: Millions of games run perfectly fine on our OS. There must be a problem with your game or with the game engine you are using. Address your question to them. Ticket closed.

  • Try to isolate the issue - remove addons, disable or remove blocks of code etc. Once you find what exactly is causing this error, and if it's not caused by third-party addons, you can report it:

    github.com/Scirra/Construct-bugs/issues

  • It's not possible, when spawning a family, a random family member is created.

    You need to spawn a specific sprite or use "Create object by name" action.

  • rgbEx() takes values form 0 to 100.

    Use rgbEx255 expression

  • Gamepad buttons also have unique codes.

    A=0, B=1, X=2, Y=3, LShoulder=4, LT=6, RShoulder=5, RT=7, LStick button=10, RStick button=11 etc.

    If you are using sticks as left/right/up/down, then of course you will have to write some additional code to allow remapping them.

  • 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.

dop2000's avatar

dop2000

Member since 26 May, 2016

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