utternoob's Forum Posts

  • Dear all,

    Do the units in the properties actually equate to something meaningful?

    On the Platform behaviour for example, what does Max fall Speed actually mean? I see the default is set to 1000, but that's obviously not pixels.

    Maybe it's 100x the unit, as I could well understand a max fall speed of 10 pixels.

    ...or am I just thinking about this in the wrong way?

    Noob.

  • Dear all,

    I'm trying to learn to use C2 without the use of behaviours (am I on a hiding to nothing here?) and am trying to get one sprite to interact with another - as much as a player object would against a solid.

    The only way I can think of doing this is to check the collision status after the key press and coord update, but before these changes are submitted to the screen ...and cancelling the change if there is a collision.

    I'm just darned if I know how to do this in C2.

    Any pointers much appreciated.

    Noob.

  • Thank you, all.

    I do search the forums and examples prior to asking questions here, but maybe their very simplicity means I get 1000s of unrelated results!

    Thank you for exlaining that the solid behaviour only works with other behaviours and that, therefore, my only option is to perform a fiddly advance check on key press, but before movement.

    Perhaps I'm trying to reinvent the wheel here, hmmmm!

    Noob

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Dear all.

    Noob question #3

    Okay, I have my object moving about the screen and I have a object with the solid behaviour assigned to it.

    When my movable object comes into contact with the solid object, it just passes straight through as if it wasn't there.

    I can detect contact as I have triggered other events when they touch; however, how do I make the solid actually act as a solid and prevent my movable object from passing though it?

    Other than the 'solid' behaviour, I want to do this using events only.

    Many thanks.

    Noob

  • If that means I can't break a behaviour down in to its component events, then that is what I mean, yes.

    Thank you.

  • Dear all,

    In my quest to learn this splendid tool, I assumed, perhaps wrongly, that I would be able to view the events behind certain Behaviours to see how they function.

    Am I mistaken, are you unable to view the bits that make up a Behaviour - is it a DLL or something?

    My continued thanks for your patience while I ask these frustratingly newbie questions.

    Mr Noob.

  • Thank you, both.

    Even though I knew it from the newbie tutorials, I neglected to put a KEYBOARD object on my layout ...so how the darn was I supposed to check for key input? Can't see the wood for the trees, me.

    SET X TO ball.x+4       ...is my new best friend.

    Journey of a thousand miles starts with ...4 pixels in my case.

    Again, thank you.

  • Dear all,

    I'm very new to C2 and am trying to ignore habits and methods I've picked up elsewhere.

    To help with this, I like to strip things down and understand how they work. So, while I appreciate adding a behavior is the simplest way to create 8-way or platformer movement, I'd simply like to know what steps are required to make my object move left and right when I press the appropriate arrow keys.

    So, I have a ball object on the layout screen, but I can't find the relevant events that equate to:

    <font color=blue>IF RIGHTARROW KEY IS PRESSED, MOVE BALL OBJECT 4 PIXELS ON X AXIS</font>

    I have searched the forums, but maybe I'm using the wrong search criteria.

    Any pointers much appreciated.

    Noob.

  • Two extremely helpful answers. Thank you.

    I think I'm going to like it here.

  • If starting from scratch, is it beneficial to start with Construct Original with its plethora of examples and tutorials, or to persevere with Construct 2?

    Is the only real difference the HTML5 thing, or can C2 actually do more?

    Noob. <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Oh that's a shame. It's so handy just being able to knock up a couple of blobs, in-house, to test something.

  • Dear all,

    Please forgive me if I ask really stooped questions but, as far as I'm aware, there's no help file or manual for Construct, just these forums and tutorials.

    Are you unable to create sprites within Construct? Do they have to be created in an external package and then placed in Construct?

    Noob