imothep85's Forum Posts

  • Thanks SOLVED :D

  • It's incredible, it is possible to add an effect like Foam??

  • Hi in my app my sprite has a 8 directions behavior

    in the settings i changed to 4 directions and added the gamepad, but it doesn't work can someone tells me why ?

  • how can i request url through a proxy ?

  • hi

    in my project i have a batch file "bat"

    how to run that file after 1min, what is the function for starting that batch file?

    thanks

  • Thanks dop2000 i hope to get more precise respons hope we can find something working for firefox, chrome, etc

  • Hi i wouls like to know if i can use Javascript inside construct 2, it is a plugin?

    I would like to DISABLE the F5 key in my app, it is possible?

    i was thinking to:

    <script language=javascript>
    document.onkeydown = function(){
    
    if(window.event && window.event.keyCode == 116)
            { // Capture and remap F5
        window.event.keyCode = 505;
          }
    
    if(window.event && window.event.keyCode == 505)
            { // New action for F5
        return false;
            // Must return false or the browser will refresh anyway
        }
    }
    
    </script>[/code:atigdj82]
    
    thanks
  • Hi in my app i would like to do this in my layout i would like to load images from a folder

    for example in my server i have foler 'images' with inside jpg images or png etc

    i would like then when the app start it load all the images present in that folder

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Where users can download the examples????

    i would liek to check the fps example and url is dead !!

  • what i need is, if the url inside the text match to one of the word from the url, then an image appears for example.

  • Hi in my app i would like to achieve this

    i have the textbox in my app with this function:

    compare two values > Find(TextBox.Text,"myword")

    not egal -1 then an action happens

    But what i really need is this

    my function works if the word is inside the texbox

    what i try to achieve is, i have a list of words inside a simple txt file hosted on my website how to tell to my app to check if the word is inside that txt file then action happens!

    if the word match one of the word inside the txt from the url then action happens

    this is my list

    https://mattepainting.be/words.txt

    hope im clear

  • im trying to do this i have the html i frame

    and want to do this

    if "url"match to "newurl" then do > next action

    but i cant achieve this

  • nope i did nothing ,i just launched C2 today and i got that crash 3 times thats all !!!! all that text is what i got from the crash report !

  • hi in my app i have the text object

    how to check if the text contain some word for example "the airplane was full of sardines" if i want o detect the word sardine, then an action happens ?

    thanks

  • i get tons of errors messages when i installed the plugins from the zip github when i launch construct 2