GeometriX's Recent Forum Activity

  • Use the expression keyboard.StringFromKeyCode(Keyboard.LastKeyCode).

    EDIT: Just saw that this was a necro-post. Sorry. Anyway that is the expression that you want, Next time please don't post across multiple threads.

  • You must be a great person to hang out with ;)

  • BACLog Nice one. I like your air/ground implementation :)

  • You most certainly do. Chill out, and try to treat people who are attempting to help you with a little respect.

    Here is a capx. I don't know exactly how the Megaman X dash works, but I assume this is what you mean. It should certainly be enough to get you going.

  • Just going to jump in here and say that I too am all ears if anyone has any suggestions.

    This issue has been one of the most frustrating parts of C2 that I've encountered. I now design with families in mind from the beginning, so it doesn't really affect me too much, but for newcomers and those moving from the free to personal editions, it's a real killer.

  • There's no point in uploading your entire game; I doubt anybody would download 500MB then trawl through it to find your issue.

    Your best bet is to try to first try to isolate the problem in your game: Save a copy of your game and strip out all the visuals and extra stuff, leaving just the audio. If the problem persists, keep stripping out stuff until it goes away. At that point, you should be able to figure out exactly what's causing the trouble - it's very likely to be just an error in your code, maybe an endless loop or something else sucking up resources.

    If none of that is fruitful, test it on multiple browsers, as well as node-webkit. And if you've got access to another PC, test it on that, too.

  • Both events are triggering in the same tick, so they're cancelling each other out. It's a long way round, but I'd suggest the following method:

    Give your sound object an instance boolen "OnOff" or whatever.

    Use a single On touched event that toggles the boolean state.

    Then create two more events, one that tests if "OnOff" is true, the other tests if its not (inverted condition). Set your audio silence and animation states accordingly.

  • Bear in mind that, on Android, APKs are limited to 50MB, so you'll have to find another way to download the additional assets to the user's device.

  • I'm not sure why you'd want grid movement, though. Surely the player can align themselves to ledges to prepare for the jump? Personally, I'd find restrictive grid movement to be annoying to the player, and I think it'd be a waste of development time to get it working. Even a highly technical platformer like Prince of Persia doesn't restrict player movement in such a way.

    With regards to edge grabbing, there are two examples in the How Do I FAQ. I'd suggest working through those and coming back if you get stuck.

  • I don't see how the mouse object would interfere - that's a little odd - but I'm glad it's at least working now.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you're asking for a packaged solution, then you're in the wrong place. If you're asking for advice: do the intro tutorials, read everything in the manual, trawl the forums and just start working on something.

    You've already got the basics mapped out in your head by the looks of things, so I'm sure you'll put together something sooner than you'd expect.

    We're here to help if you get stuck with any specifics, but showing that you've put in some effort first is a good idea.

  • You need to use the Touch.Alpha/Beta/Gamma properties to set the position (or bullet angle, or whatever you're using) and angle of your object.

    Here's a little example capx [r140] that shows all three values in action.

    And here is a slightly more advanced example.

GeometriX's avatar

GeometriX

Member since 23 Aug, 2012

None one is following GeometriX yet!

Connect with GeometriX

Trophy Case

  • 12-Year Club
  • x2
    Coach One of your tutorials has over 1,000 readers
  • x2
    Educator One of your tutorials has over 10,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies