Colludium's Forum Posts

  • ....I know the feeling. I'm guessing you're so used to playing your own game during the development that it makes other faster paced platformers quite hard

    You're quite right - I think I've dulled my reaction time (but my night-vision is much better now )!

  • Thank you for this - I think I can put it to good use - right now ....

  • ....this is my opinion about your game <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    Subscribe to Construct videos now

    Thank you, lol! Actually out loud.

    It would be easy for me to add joystick input as well - I didn't expect it would be preferable as I'm used to keyboard hitting <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">. I'll add that soon.

    I think moving the text is a good idea, at least so it's not in front of the player - I tried it again and see that if you're on one of the ropes it could happen.

    Thanks for your thoughts and feedback <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">.

  • Is it too late to start making some significant changes to the game play?!? For a while now I've felt that the player needed an extra something to keep them focused on the game... something to make it more than just the most dangerous day-trip ever - something to give you more to do than just your primary mission of saving your sister. Well, I hope it's not too late, because I've started making the changes .

    Now you're not just embarking on a dangerous quest to save your sister - you have to save her from kidnapping killer robots (of course) and, while you're about it - you must try to liberate some imprisoned children.

    Check out the latest demo to see what some of these changes look like....

  • Difficult one to analyze :/. I've had occasional choppiness in chrome which (when not caused by old versions of chrome or my events) has turned out to be hidden windows processes causing my game to jank. To test against that, shut down all other programs (even restart your computer, maybe), disconnect it from the internet - and get playing again.... If it happens again then it might be worth taking some objective observations - level name / time in level / what was going on in the game. If you've got a lot of data manipulation going on then a perfect storm of array data management could be causing it, and if you can identify common areas or times then you might be able to identify what the cause is... I don't think I can think of anything else to try...

  • Hilarious santa-killing! I need to improve my platform driving skills .

  • As you have the events, when you go to a different layout from Layout1, you have not recorded where you came from, so on the next layout you try to create an object at Exit.LeadsTo where neither LeadsTo equals the previous layout's name. You could use On End of Layout and store the current layout's name in a variable, then compare that variable to the Exit.LeadsTo in the create function. There's another problem you will encounter when you fix that issue - when you create a player on top of an exit, the on collision trigger will fire and you'll end up travelling to a different room, only for the player to be created on top of an exit again, and so on, every tick...

  • , I should have thought of trying this earlier: use the browser object to execute the javascript commands in my link above. It works on windows so it should work on osx as well .

  • Without being able to look at a capx of what's going on it's almost impossible to diagnose what's going on from a screen of some events. It's not clear where your CurrentLevel variable is set... If that is after the position function then that could explain why it's not working as you hope.

  • Are you creating the player object at the start of the layout, or is it on a global layer?

  • Great art style .

  • terrancd has some good ideas. I've not done a card game, but one sprite containing all the card images and arrays for data management are definitely the way to go.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Some recent changes and snags I've been doing battle with:

    • New rope climb mechanics. I have to confess that I still don't think it's perfect, so it's going to get some more attention over the coming days and weeks.
    • New player mode detection. Part of the player's FSM control is through an invisible ground detector sprite. Previously that was used in conjunction with a Spriter animation check to determine any change of FSM state. It was glitchy, though, as if the Spriter values weren't returning the correct value (animation name / time in current animation loop). I think that the problem may have been down to animation blends - it's hard to be sure. Anyway, it's all fixed now by means of a simple timer variable (kind of like: if Player.Time_Next_Phase < time then change xxx....). It seems so much more reliable (mental note for the future there).
    • Change of player collision poly. Part of the above FSM problem was caused by the shape of the player's collision poly. It's not static - it sometimes changes depending on what mode of play you're in - but the problem I encountered was actually caused by not having vertical sides to the poly shape. The slight slopes caused the player to hang up or delay falling in some situations, which looked glitchy. Fixed now (for now....!!!!).
    • Level 1 instructions. The hard-core get on with it and figure out what you're doing has been replaced by a softer approach. Level 1 now has some on-screen instructions to help you through the first couple of puzzles. I'm clearly soft at heart.
    • Level 1 start updated as well. Now there's something slightly better than a wall to stop you from walking left off screen...
    • Level 3 has now been completed. Well, the fundamental puzzles have; I'm still adding sound effects and a little eye candy. It includes a couple of water based puzzles, sharp and hazardous machinery, and (of course) a robot or two. The robots are going to put in an appearance later in the game, I'm sure. Maybe they will invite some friends along... Oh, I mustn't forget - there's a hidden room - which is easy to get to but hard to unlock.... Very hard. Hopefully not too hard.

    So, the big question now is what theme should level 4 be on? I'm thinking of a suburban scene or a derelict hospital....??

  • Lol

  • Robots... Here's one - I'm sure there'll be more!