Colludium's Recent Forum Activity

  • I imagine the super-lean way of doing this would be to take a snapshot of the canvas and load it into a sprite, then put that sprite under the fade-white layer and set all of the other layers below the sprite to invisible. You could alternatively paste everything onto a Paster / Canvas object to get the same effect, but it seems like a lot more effort to get the same end result.

  • Problem Description

    The audio object "play sound at object" does not work in IE11.

    Attach a Capx

    link to capx

    Description of Capx

    A listener object and a sound source are set at start of layout. The source object is moved across the screen so you can hear the stereo effect caused by its movement.

    Steps to Reproduce Bug

    • Run layout in Chrome
    • Run layout in IE11

    Observed Result

    In Chrome and Firefox the stereo effect works as expected - left/right sound effect and the volume of the sound reduces with distance. In IE11 there is no stereo sound effect and the audio is played at full volume (ie no reduction with listening distance).

    Expected Result

    Audio API should work consistently across all major browsers. If this is a long term bug in IE11 then I realize that there's probably nothing that can be done.... but I am not sure... Thanks.

    Affected Browsers

    • Chrome: (NO)
    • FireFox: (NO)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    W8.1 x64

    Construct 2 Version ID

    r201 64 bit

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ahhh - I see - I think I know what's been happening there: you triggered the trap twice. I have now fixed it - awesome find mate - thanks MadSpy! The death by jumping off the platform is deliberate.... so be careful!!

  • All sorted - I must have been working too late on those conditions LOL.... Ladder behavior is now as intended. I'll edit the animation later tonight.

  • MadSpy,

    1 That's great to hear.

    2. Mmmm - I can't duplicate that at all. Does it happen consistently or was it just the once? Either way, that should not be possible.... which is not good.

    3. That's an interesting climb ability she has - and not as intended. I'm not sure what's going on there, but I suspect that my object picking algorithm is poorly set up. I should be able to fix this tonight.

    4. Yes - I am going to edit the animation so she can push or pull small objects low down without this appearing to happen (it's because she stays vertical even when on a slope, and I don't think there's yet a way using Spriter to control animation elements that way).

    These are all great finds - thank you!!

  • If your player is moving right when it collides then perhaps you need a negative vector x value? Failing that, my technique would be to give it LiteTween behavior and just temporarily disable platform behavior while he moves backwards using a tween effect. When the tween finishes, then enable platform behavior again...

  • Some minor tweaks added to the alpha demo: shift and space for "control" and better response on the xbox controller (I hope - very subjective). Rope climbing is fixed now as well...

    Things I'm thinking about, apart from planning the puzzles for level 2 I mean, revolve around balancing visual effects with GPU performance. I've probably done as much as I think it's reasonably safe to demand out of an average GPU. It's less than I expected, but as C2 uses a bottom to top rendering routine, I don't think I can get away with much more without risking framerate and stability. I have a crappy old laptop that was worth 2k GBP 7 years ago and that's my benchmark testing device; if it doesn't work on that then I need to fix something...

    Thanks again to everyone who's posted their thoughts and advice so far - I really appreciate the time you've all taken.

  • zatyka, that theme tune's hilarious and excellent!

    Excal, I'd be interested in learning about your Unity transition experiences. I don't mean to invite a thread highjack, but if you could PM me with any pointers / good places to start for a C# newbie then I would appreciate it very much - cheers.

    I think c2 is almost perfect for things like LD...

  • Thanks spongehammer - I'll have a go at tweaking the rope jump mechanics today. From what I remember about rope climbing, it's actually quite easy to let go of one....!

    Still thinking keyboard and controls. I've added D Pad options and I'm going to change the sensitivity on the left stick so it's easier to use. I'm also thinking of adding use of the shift key for the control action, in case some don't like the space bar or it interferes with touch pad etc.

  • OK, after some judicious event tweaking I've got the jump / land animation to work as I always intended. Why has it taken so long for me to see how to do this?????

  • MadSpy, exactly right. The way I've implemented a player FSM - the events in each player "mode" check for control booleans - and all control input triggers are handled by changes of other variables or changes of player FMS mode, as well as good use of trigger-once. There's already a trigger once for the on the ground whilst the Up Control Boolean is true, so the player is now forced to press Up again because of the time delay. If any of that makes sense...

  • MadSpy - thank you for this; I can duplicate it on my machine as well (I never really tried just jumping on the spot). I think a check of having landed for 0.2 sec or similar needs to be added to prevent this from happening. Just for interest, the player FSM checks for overlap-at-offset depending on the player's y velocity (because it uses the physics behavior, there's no way to interrogate box2d to consistently check for colliding bodies). Give me a few minutes and I think I'll have a better version uploaded....

    Your machines sound like they are quite the beasts, by the way....

    Edit - updated. Works a treat and now the land animation works consistently correctly as well....

Colludium's avatar

Colludium

Member since 26 Aug, 2013

Twitter
Colludium has 11 followers

Connect with Colludium

Trophy Case

  • 11-Year Club
  • 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
  • x3
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

18/44
How to earn trophies