imothep85's Forum Posts

  • well, the thing is, the "icon" of my app is in chrome, like any extension, so its impossible to tell to an object to move outise its frame

  • yeah the specifi reason is im working on a test, making a chrome extension with construct2, at the moment that only works when i click on the icon of the app, so i want to simulate that click, when the app is loaded

    see here:

  • hi to all

    Im working on a test, im making an extension for chrome with construct2.

    my extension works, starts when chrome starts but work only when i clic on the icon of the extension, how to make the app working on the background?

    also, how to interact with chrome?

    i mean how to tell to my app, to recognize when i type an url in chrome?

    i don't know if its possible but it has to be because the files generated by construct2 are almost the same for a chrome extension.

    this is what i have at the moment, working on the functions http://postimg.org/image/5hpv9o5hn/full/

  • Hi, it is possible o "simulate" a mouse click at the start of the frame?

    i mean not a click made by the user

  • so ok i made the app for the webstore chrome, actually the manifest.json is the same as a classic chrome extension, but why the manifest.json of construct 2 dont run the app, if i add that as an extension?

    actually the app work only if i click on the icon, when i add the app as an extension :s

  • hi, it is possible to make this:

    when chrome start, the app i made start also?

  • very addictive game aaaaaaaaaaaaaargh lool love it

  • i started doing my chrome extension inside construct2 and this is what i have at tthe moment, the app start without any problem but now im thinking how to run my functions :s

    http://postimg.org/image/5hpv9o5hn/full/

  • no, i know, i was watching all the concurrent products, my extension is fully automated, the user install it, and thats it, it blocks the urls i add to the database, the user has just to click "one time" and its done

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i was thinking if its possible to make a chrome extension with construct2, isaw its possible to make apps "games" for the webstore, it has to be possible too, to make chrome extensions,

    i need to make a chrome extension, and at the moment im stuck, because my extension has just one function, it blocks millions of urls updated every week, at the moment my file who contains thes urls is up to 5mb and i need to store that on a server :s

  • thanks, this is what i have at the moment:

    a file.txt who contain:

    http://url1.com/

    http://url2.com/

    etc...

    what i want is, when the browser run, if the url typed by the user, match to one on those inside the file.txt, then it redirect to a specific url

  • maybe with the list object?

  • hi to all, i would like to know how to do this:

    i have an extenrnal file txt, who contains a list of urls, in my app i added ajax and browser object, how to say, when the url match to one of thoses inside the file.txt, then web browser redirect to a special site?

    thanks

  • i sended the capx to Ashley, its a bug here, not a wrong condition added.

  • well for painting.........its not working :s