UberdroidGames's Forum Posts

  • Uh YEAH. Looks awesome! Great stuff. I would def be interested in that.

  • User media works fine. And has no problem with a sprite on top of it. Now if we can just get sprites to show up on top of a map... maybe somebody could write a plugin for the openstreetmap api or something. Good luck getting your hands on Nantek's crowdsourced geocoded landmark maps though.

    You know what though, open streetmaps has a layer of every building with what date the building was made and sometimes a name if it's a business or house or what... Your game could use buildings as locations.

    Yeah I've given this a little thought...

  • Very nice!

  • Can you make the drop downs for functions, groups, animations, sounds etc where you don't have to type " to get? It would be nice to just pick the ones without having to type anything.

  • "But, almost all beginners have no way to know what they miss. They should make there games according what is possible with the free version."

    That's very true indeed. Don't know what I would do without that feature. I can't imagine having 10 types of bullets or enemies and having to make separate checks for collision and such... for each.

  • I have an idea... why not have a zip that automatically (but can be changed) extracts to c:\program files\construct 2\html\exporters\plugins...

    called "EveryDarnPlugin.zip"

    That would be cool. Update it once in a while with updated plugins.

    "EveryDarnBehavior" and "EveryDarnEffect" might be helpful too.

    Has someone already done this or something like this?

  • I like that almost better than families because you have more control of exactly which A you're destroying (or whatever).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Since I have you here... Another common problem is, say you want to then pick all the red squares that are overlapping EACH OTHER and take out any so there is only one red square in any spot (without destroying both or all squares in these cases).

    What's the best practice for A colliding with A?

  • Definitely glanced at the official guide once or twice. I'd like to control when a tick happens. Force a tick, if you will. Other engines have a "sync" or "redraw" command for similar reasons. "wait" is tricky if you have nested loops with functions called from them.

    For example if you "wait" within a loop the loop will keep going outside the sub event where the wait takes place thus skipping iterations before deciding to execute the actions after the wait within the loop.

    For

    ==>subevent

    ====>action 1

    ====>wait 1

    ====>action 2

    it will do the remainder of your loop and action 1s... then do all the action 2s...

    Not

    do action 1,

    wait,

    do action 2,

    loop

    as one might expect from any language.

    This is a great feature and it's awesome that it works that way don't get me wrong, but it's not a good substitute for updating when you want it to.

  • Intuitively if event A is put below another event B... barring some loop or something, one would think event A would happen AFTER event B.

    In Construct, it appears the events kind of happen whenever they want. It seems like the order of actions within a single event happen in order, but this isn't really true either if they have sub events...

    I need some way to tame this wild beast.

  • Check out this capx

    https://drive.google.com/open?id=0BwvuQqGQSOpMUEoyNE13TEVkdXc

    It makes 100 randomly placed squares, then 100 randomly placed circles

    then it checks for circles that overlap squares and destroy those circles.

    But the check doesn't work unless I wait a bit before checking. Try with the wait event not disabled.

    This means Construct is executing the check before it creates the objects, unless I put a pause manually.

    Is there a way to force a redraw when it's called? Is there some way I can do this without putting in a pause? If there are nested loops going on this can be a huge pain and prone to mystery bugs with our events.

    If I had 2 requests they would be force redraw and a way to break out of a loop or function.

  • There we go! That's what I'm lookin' for! How do I 'thumbs up' that sh#$!

    Confirmed! That works thanks R0J0hound!

    It's a pain because a lot of times you just want to add some quick place holders and you don't wanna mess with the size. Setting it to 32*32 or something helps a lot!

  • This is great! Please keep going! I'm having a big problem with morph animations. I use milkshape so...

  • LordShiva It probably works for you because you are the last in the Triumverate and the Destroyer of Worlds.

    Seriously though I wonder what's different and why it's not working for some of the rest of us.

  • Doesn't work in NJS nor IE nor Chrome. All the same as above with the texture lines.