antares330's Forum Posts

  • 1 problem at a time...

    You can simulate button presses, when certain conditions are met.

    For example... If the CPU is 50 pixels from the player, simulate attack button. (or roll then attack)

    I would highly recommend having a randomness element added, so it picks from a list, that way it seems to have a mind of it's own.

  • This plugin by Rex is what your looking for: http://c2rexplugins.weebly.com/rex_text_typing.html

    If that plugin doesn't seem to work for you, try this link: typewriter-text-effect_t63552

  • If you want to paste something on top of the scrolling level, you might have to pin whatever you want on top before the Move Action.

  • A capx would let me and other troubleshooters get a close up view of what's happening, and likely find a quick solution.

  • I took a quick look through your capx, and I might have misunderstood, but you just want a scrolling menu, that you can know which level is selected, right? I made something more simple for you. (You'll need Rex's MoveTo Plugin here: http://c2rexplugins.weebly.com/rex_moveto.html just click the little plugin top left)

    Take a look at this capx: https://drive.google.com/file/d/0BzWwtk ... sp=sharing

    Should be exactly what you need.

    Also, a side note, I was gonna add a quick level cap on each side, but figured that was easy enough to add later.

    Hope it helps <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    Justin

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Rex addressed this here:

    He recommends using firebase... (which works great btw)

  • It's a great start on a tool

    It gives me hope that I'm not the only one that has thought it would be possible to make tools with C2.

  • I wonder if you could make this work with Rex's boundary plugin.

    You might have to lock the mouse onto a object, and use boundary on the object.

    Take a look at the plugin and see if you can figure it out, if not I can try to throw something together as an example.

    Justin

    PS: I'd love to see what progress on your tool You've made.

  • Wow!

    I don't know what I'll need this for yet, but I just know it will come in really handy once I do need it!!

    Thanks for another great add-on

  • antares330

    No, sprites can not put in front of html5 elements (youtube player).

    That was just one of the things I tried... (that I saw others asked, but it wasn't possible)

    I was asking if there is a way to include a snapshot of a youtube video to put things in front of instead.

    The built in snapshot function doesn't capture the video.

    If it doesn't work, then I'll try to find some kind of work around.

  • I've been trying for a while to make it possible to draw on top of a video.

    Things I've tried:

    • Putting things directly on top of the video. (someone in this topic asked, and it was said it wasn't possible)
    • Taking a snapshot and moving the video away and drawing on the snapshot.

    Which doesn't work, because snapshot doesn't actually capture the video.

    Anything I could do to draw on a video? or somehow take a screenshot and draw on that?

    Thanks for much for the great add-on

  • I've used this plugin before, but I'm just reinstalling plugins ever a PC upgrade.

    Now not even the demos are loading a page... I've tried the demos on Chrome and Edge, neither demo or browser show anything.

    anyone know what's going on?

  • Sorry about the late reply.

    I don't remember ever seeing that email, but I'll save it!

    Thanks for the heads up!

  • Hello everyone,

    I'm not looking to be a pain to free users, I know how it is when you can't afford software.

    Today I was looking on upwork.com (a freelancer website) and I saw a construct 2 project, so I went in to check it out. The project advertised was a export job.

    This could be a legit owner of Construct 2 that needs help with exporting, OR more then likely is to cheap to pick up a copy and needs help with his exporting. (project estimate was $30, which is on the low end for a niche market)

    Is there a place where I can report this type of stuff?

    Link: https://www.upwork.com/jobs/_~01cbdf0201f94cc177/

    Thanks guys!

    Justin

    PS: I just thought I'd mention, this guy isn't just poor, he has spent $2,500+ on upwork, but you can check all the details at the link

  • I'm not sure, but can it be done with a Cordova plugin? Sound like your request is more reliant on the wrapper, rather than the engine. But I might as well be wrong.

    Thanks for the heads up, I'll give Cordova a try.

    I'll also try to update this, if I get it working with a certain wrapper/method.