Xavier's Recent Forum Activity

  • Yes no problem. Added another action to randomize position right below the action where the width is randomized. Also modified the scrolling.

  • It works for me. Maybe it's your keyboard? I know some keyboards have limitations and you can't have a lot of keys pressed at the same time.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are probably refering to the condition "On MoveTo hit target", that just means when the hero reaches the target, do the actions on the right.

    The actions that moves the hero is the one that says "Hero MoveTo move to (platform.BBoxRight, self.y).

    I've modified it a little and commented it so you can understand it better.

  • Check this capx, that's basically one way to do it. Probably needs some tweeking.

    You'll need the plugin MoveTo.

  • Instead of using the wait action, try doing it with a timer like Promient says. You can use the behavior or use your own timing using a global or instance variable. For example, when the space bar is down, every 0.1 seconds add 0.1 to the variable, and reset this value every time the spacebar is pressed (trigger).

    Then you can just do the actions depending on the value of the variable, if's it's below 2.5, between 2.5 and 3.5...etc.

  • Is it similar to this?

  • On the character use the condition "is overlapping" and the action on the text "set visible" and set it to invisible.

    Then you can use an "else" to set the text back to invisible.

  • You could even do "every 0.1 seconds, add 0.1" for a more accurate time. The project also has an internal timer that starts as soon as you launch the game, but that cannot be reset between layouts.

    I also found that using a very low number like "every 0.01, add 0.01" would not work as intended and tracks time slower than the project's own clock. I'm not sure if this is a bug, 0.02 still worked fine.

    I made an example to test it, the 0.01 shows time slower than the rest on my end:

    https://dl.dropboxusercontent.com/u/191 ... index.html

    Does it happen for you too? I'm not sure it's supposed to be this way.

  • This tool is very useful for testing how the game will look on different screen sizes:

    http://lab.maltewassermann.com/viewport-resizer/

    Just bookmark the link on that page on your browser and go to the that link when you are running your project, a menu will appear on top of the page allowing you to change screen sizes instantly.

    For testing other features you'll need emulators like fridayjams mentioned or using real phones.

  • You can always use an invisible sprite for the movement, and pin the arrow (position only) on the sprite.

    https://www.scirra.com/manual/99/pin

  • This is one way of doing it. It uses the bullet and platform behaviors. It automatically jumps every time it hits a platform and the bullet pushes it forward.

    It might need some more tweeking but you get the idea.

  • Take a look at these:

Xavier's avatar

Xavier

Member since 16 Dec, 2011

Twitter
Xavier has 7 followers

Trophy Case

  • 12-Year Club
  • x2
    Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies