Everade's Forum Posts

  • a simple and event

    an and event is just a normal "add" event. that's it.

    it would be easier to help you if you could include your .capx file.

  • That not all of your bullets get destroyed, make sure you pick every single one.

    For example:

    -For each Bullet

    -- On collision with Monster ~ Bullet Destroy

    I can't imagine for what reason you've created a container for your shotgun pellets.

    Try to remove it, because according to my knowledge it would destroy all others as well as long as they're within the same container.

    and for the weapon pick up.

    Simply add a "equipped" boolean instance variable to the weapons.

    Then add a check when switching weapons.

    If "equipped" True

    With that you can prevent that you set them invisible while they're still on the floor

  • Then add a check at your firing code, if you should already be able to shoot

    • as soon as the bar is full, set a boolean instance variable (for example: Bar_full set true)
    • if the bar is empty, set this boolean variable to false

    and then add in your firing code another AND check.

    If Bar_full set true

    - you can shoot

  • You do not have permission to view this post

  • If i'm not mistaken then this is what you're looking for.

    At least i think it would work in your case.

    [attachment=0:2z8klq0w][/attachment:2z8klq0w]

    I know that it's not possible to have 3 seperate conditions within an OR block with another 3.

    But i'm sure you can work it out using a different way using sub events.

    Because actually you should never require multiple checks within one Or block.

    Because that can always be added at the top as a first check before going to the actual OR block. (as you can see in the example above)

    So if you require any more AND checks, just at them add the first sub event.

  • Photoshop was always light grey unless their latest releases which became more dark.

    Is there any option to change it's skin? From what i know in the older versions CS5 downwards... no. (no idea about newer versions)

    Not even such a big company which has the resources of doing so cares about things like being skinnable.

    As noted before, if it takes to much time to get this properly implemented into the new IDE, Ashley should completly drop it. Preference of a few developers shouldn't interfere with the development of the Software progress itself.

    If it's not a big job to do so, sure why not.

    At least, that's my opinion.

  • A lot of great suggestions.

    However the only one i want to bring up again is:

    - Disable Solid between selected objects only

    Normal Solids:

    Improved collision system so we can ignore/disable ~ collision/solids depending on picked objects.

    NOT GLOBAL ONLY as it is right now. Please let us finally pick with C3 so specific objects collide while at the same time others go through!

    Please keep that in mind in case you're touching anything related to it.

    Online collaborative editing of your game in real-time like heroengine, run arround in your gameworld with friends sticking "post-its" on everything that needs some work ...ahhh it was so mutch fun to work with

    I was working with such a feature using a MAP Editor.

    It was kinda awesome to work simultaneously with multiple developers on the same map.

    The development progress was way faster, and you were able to work truly together as all changes were live to look at.

    Would have been a great feature, but never going to make it into C3

    ------------------------------------------

    About all the "skinnable" which i was reading about through tons of topics over the past few months...

    Really?

    Is it so important for you to have a colored/darker or black background?

    90% of all softwares have got a white background, so we're all used to it.

    If it's to bright for you at night, adjust your monitor. Or invert your screen colors if you can't live without it.

    Let Ashley focus on more important features and/or the re-design of the interface.

    Unless it doesn't take to much time to be implemented.

    Other than that it should be on the very bottom of any to-do list.

    I understand Ashley willing to implement Multi-Language Support, as he will be able to offer Construct to a wider audience.

    But skinnable is just a waste of time.

    If the skin of Construct is your only problem... /sigh

  • Just keep in mind that object Y position is always taken by it's initial Origin point.

    You can change the position of this point on the "edit animation" window.

    And here's the link for all Plugins created by rexrainbow:

    http://c2rexplugins.weebly.com/my-plugi ... ry-v2.html

    Using this tool you can simply double click on the plugins you want to install, and it will download them for you

  • there's a cool ZSorter Plugin from rexrainbow i think.

    With that plugin, you can create an event that does this automatically for you.

    So one event which then says:

    Sort all Objects in Layer "Main" by Y

    so depending of the Y (layout height) position of the player, his Z position on the layout will switch behind and in front of your stone.

  • I don't understand why you don't simply use the 8-way move behaviour?

    Here, i've made you an example.

    The stone is now also solid and is working as you've wished.

    The good thing about this behaviour is that you have access to several settings such as:

    Acceleration, Deceleration, Max Speed etc...

    So rather than coding this all on your own, you can simply change some settings instead.

    So here, check it out:

  • I can confirm this.

    But is it really a bug?

    It says it's a "Global setting"

    So i guess it simply counts for all instances, no matter what you're trying to pick.

    In your example... if you set the Y lower "higher in layout" than 220 (for example to 50)

    you will notice that collisions will be disabled for ALL 3 "Sprite"s.

    According to that i would guess it's working as intended.

    But if it's working as intended with the global setting.

    I would say that's quite a really strict action and rather useless.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Why don't you add them to the scirra store?

    By the way... really great art

  • i would first come up with the idea of the layout of your horror game.

    • story-telling with great art
    • dead space like but isometric
    • sidescroller
    • etc....

    or whatever

    something that brings the atmosphere you want to bring over to the point.

    depending on the layout you could also create some great jump scares.

  • [quote:3ddrznsi]Filtering collisions and other interaction types.

    Me wants Nape in Construct 2 ~"grunts" ;:B

  • It took me a bit of headache hahah, but I think Ive nailed it now ... again, the power came from simplicity ...

    Weird really, every time I run into something that takes way too long to develop, I find myself adding tons of booleans, vars, objects and what not .... just to get 1 thing working lol

    Generally taking a step back and looking at it a day later helps enormously.

    I just got myself out of sync somehow.

    So there are new issues now ^^

    It seems like the floors of the players are messed up, because on the player1 screen i saw player2 driving through the walls without any issues.

    While player 2 was actually on the top of that floor, but i've got thrown out for some weird reason.

    So it's pretty messed up right now.

    I've had actually the exact same issues on my own engine, before we came in touch here