rodimus111's Forum Posts

  • Is just what I wanted. Thanks masters!! This really saves me.

  • input plugin? Where? Be more specific please.

  • Maybe I did not make myself clear. I need to insert a text from clipboard (or a text of any type) at cursor place pressing a button or some other stuff, not ctrl+v. Something like this:

    The problem with set text: "NodeWebkit.ClipboardText" is that it clear all existing text in the box. Theres no function to paste at cursor place or insert the text you want in a given position inside a string.

    I searched it more than eight minutes, but I assume that what I need is a too specific feature.

  • Construct2 doesn't seems to have a code for that. The code in the image is from Multimedia Fusion that indeed can do the thing that I want.

  • I'll do that for now. Thank you.

  • Yes, but it dont work for me. I need a blackout for a seconds while third party apps open and close behind my game. In some circumstances the windows graphics appairs over the game, and for that reason I think that the possibility of change windows color scheme to dark is the best option to hide all windows operations.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is ther a way to paste clipboard into a textbox without windows shortcuts (ctrl+v)?

    like this:

  • Is an experiment that automatic runs the external apps that the user wants, one after another... Its like a Playlist of any type of program, or in other words, a batch processing (.bat system)

  • No... I want to change the colors of entire Operating System. I need that all the computer comes dark for 2 seconds.

  • I want to change some general colors or brightness of the windows OS, all the desktop and opened aplications. Its possible to do this in construct2? Is there a plugin to do something like this?

  • Hello.

    I need to open various files in a given order, each one after the last. The problem, is that if I put the codes as in the image shows, all the files runs simultaneously, and they dont wait after the rest is loaded.

    Some Ideas? Is there an alternative plugin that haves the "when is loaded" feature?

  • You mean something like this?

    I tryed but theres always an error.

    https://dl.dropboxusercontent.com/u/840 ... creen.capx

  • Thanks... Now! How can I execute a program with multiple arguments? I try with OpenBrowser, but I cant add args to my url.

    For example:

    D:\Games\Emuladores\Genesis (fusion)\Fusion.exe -Fullscreen "sonic.smc"

  • Its possible to Execute external program as in Multimedia Fusion?

  • It seems to be a bug in older Construct2 versions. Ive downloaded the last one and all go ok... Thanks for your responses.