alastair's Forum Posts

  • System object -> compare -> get position. Then when that = something, set the channel position to something else.

    Haven't tried that, but it should work I think.

  • that does not increase the size of the gray area, that only widens your view of the layout.

  • Hello users.

    My name is Alastair Jack. I would like to ask if you can increase the amount of "gray area" (or offscreen area) around the layout? Would you know if this possible to perform? I desire to place more objects outside the frame without crowding myself too much.

    Yours sincerly, Alastair.

    ps. sorry for my english, I'm from Australia.

  • making a box with a mesh is quite easy to do, it's like learning to fold paper into a box!

  • I think someone asked something like this a while ago, but couldn't find it.

    Basically I have some blue objects which are in a container to a green object. Each blue object is in the blue family and each green in the green family.

    Although, when this ball hits the blue object it rotates BOTH green objects - but I only want it to rotate the green object that is associated with the blue one.

    <img src="http://dl.getdropbox.com/u/1024727/familyisi.PNG">

    here's a .cap if you need to see.

    edit: would the pairer be better for this? or is this problem too much for construct's power to handle?

  • Construct Is Great.

  • that's pretty sick, nice work.

    good use of the mesh (i think)

  • he lives!

  • that's probably becuase he is continually falling then landing (although very quickly, that's why it shakes).

  • yes it's possible.

  • This is how I would do it, for each different character type (no gun, with gun etc.) give them all the same family. Then replace all your coding for charlie with family object, which will make it so that all of the character sprites are doing the same thing.

    like this (i replaced 'charlie' with the family 'friedly'):

    <img src="http://dl.getdropbox.com/u/1024727/images/heysd.JPG">

    then you just need some events (maybe a global variable)

    when character = 0 then make charlie visible and charlie gun invisible

    character = 1 make charlie gun visible and charlie invisible

    that's just a way to do it I guess.

  • If you mean for your own games, you can change the desktop icon by going to the project bar on the right. Theres a folder called 'icons', open it, then double click on 'default' to change it.

  • if it's a bug, hope it's on the bug tracker!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • my cousin sometimes runs TV competitions, except its not really 'random' - he gets to choose who wins them.

  • if you don't think it's a bug but a problem with the way your doing it, then maybe post your .cap file so we can see what you've done.