dop2000's Recent Forum Activity

  • alastair This is great, but could you tell what exactly it patches? Is it possible to do these changes manually?

    Edit: I didn't realize this tool was by Skymen.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What behavior are you using? Many of the things you described are handled by 8direction/platform behaviors.

    I suggest using "simulate control" action, because setting velocity vectors directly doesn't always work as you think it should. Here is an example:

    github.com/Scirra/Construct-bugs/issues/6323

    Platform behavior has the same issue afaik.

    Acceleration/deceleration is handled by the behavior.

    Direction Change: you can detect when it happens (use a variable), and briefly increase Platform deceleration on the character. Say, set deceleration to 400, start a timer for 0.2s, on timer set deceleration value back to 200.

    Extended Jump: again, this is already implemented in the behavior - jump sustain setting.

  • This is strange, the code should work. Have you tried a different phone? Have you tried other Construct examples that use touch on this phone, do they work?

  • Use audio tags. Play all music with "music" tag, all effects with "effect" tag.

    You can use multiple tags, for example, "explosion effect", "battle music".

    Then you will be able to mute/unmute all music or effect sounds:

    Mute "music"

    Mute "effect"

    When I use the mute action, it only mutes audio that is currently playing, not any new sounds that play afterward.

    Yes, you will need to repeat mute/unmute action for all new sounds. I suggest using a function to play audio.

  • You can select multiple objects with Shift or Ctrl and drag them into the folder.

  • "On Tap" is a gesture, it requires lifting the finger.

    Try "On touched object" instead.

    ..

    Wait, are you using mouse?

  • Use anglelerp() expression. Or Tween behavior.

  • I was looking over the Terms and Conditions page and I had a quick but strange question to ask. It revolves around this: "Not promote sexually explicit or p*rnographic material..."

    I believe this only applies to the content you publish on Construct website - Construct Arcade, Construct Store, this forum.

  • I don't see the problem. Check which key is being held and simulate this control.

    Key Right is down -> Simulate Right

    Key Left is down -> Simulate Left

    Key Up is down -> Simulate Jump

  • Use "Sprite has tags" condition.

    SpriteA on collision with SpriteB
    SpriteA has tags "69"
    SpriteB has tags "69"
     -> Go to another layout
    
  • I assume that IIDs don't change unless you switch layouts and create a bunch of other objects. How else would I be able track objects?

    Lots of ways - by instance variables, by tag, by animation etc. You can add the slider to the hierarchy, and then pick its parent/child WID_USE object. Or you can use containers.

  • Ah, you are adding ▐ symbol to the end of the string. So you need to change the condition:

    System: right(Message.Text,2) = ".▐"

dop2000's avatar

dop2000

Member since 26 May, 2016

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