work3's Forum Posts

  • I noticed that if you have an 'always' event after a 'start of layout' event, it seems when using collisions in the 'alway's event , the object will collide despite one of the objects being destroyed in the 'start of layout' event.

    Is this supposed to happen or is it a bug?

    I uploaded a tiny example in the uploads folder.

  • http://www.mediafire.com/file/g2vnwythv ... layout.cap

    I recreated this after finding some weirdness in my game.

    I destroy an object at start of layout, but it doesnt get destroyed until its registered a collision.

    While this is a simple demo of what I found, It's causing me some issues in my game and am wondering if that's how it's meant to be or if its a bug whereby the start of layout isn't doing as it should.

  • thanks ash.

    my engine was one big layout sheet of events but I was planning on breaking it all down into smaller layouts, but it seems I can't clone a layout and then copy/paste events from other layouts to start breaking it up..

  • so, i've been working on an engine for my game, and realised it was time to start thinking about organisation of the stages.

    as cloning layouts with events is impossible, how should I organize the main control core of the game to work over different backdrops, and enemy pattern layouts?

    i've searched long and hard to find a tutorial or a demo cap and haven't found anything.

    thanks.

  • thanks deadeye, thats an exellent way of solving the problem!

    *gets back to work*

  • tried that before, but its a bit TOO small.. :/

    *edit*

    stupid question deleted.

  • my apologies for not explaining so well

    I'd like to make the collision area of my bullets smaller than the actual area that the bullets really are.

    but I was unsure of the best way to create a new bullet object on each collision box.

  • I'm messing around with bullets, lots of bullets!

    I know that customisable bounding boxes aren't featured yet, which would instantly solve my problem, but, at present whats the best way to shoot a very large amount of box bullets with an object attached to it, so I get my graphics looking right with a correctly sized bounding box attached to it?

    also, because i'm spawning both a graphic and a collision box, and doubling the graphics per bullet I guess this will hammer the framerate?

    thanks as always, construct is turning into a total weapon!!

  • so far it seems you can only assign an 8 direction movement to 1 player object, adding a second doesnt seem to be possible..

    any chance of adding multople 8 direction objects with definable keys to the list?

  • my code is getting lengthy , and I was wondering what the best way of keeping it tidy.

    I can't figure out how groups work - is there some kind of folder like structure for displaying / undisplaying sections of code? do groups even work like this?

    thanks yet again

  • ahhh deadeye, you rock!!

    lordy - complex stuff indeed - I was hoping I there was some kind of p2 flag somewhere.. ah well..

  • can seem to figure out how to assign2 seperate sets of keys for 2 players each having 8 direction movement..

    thanks, as always

  • will the bugfix re-add the icons back to the way they were, or at least not crash when I attempt to fix 'em?

    deadeye - didn't notice this issue til it was too late.. no backups :_(

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • all my object icons have started to shift to other objects.. not sure why, am getting scared if this will corrupt my file eventually.

    any idea?

  • I was wondering what the speed values translate to as pixels per frame, obvioulsy without any form of inertia..

    anyone?

    Thanks