juannn91's Forum Posts

  • Hi danialgoodwin no in iOS it don't work if someone knows why, and can help me thanks

    Hi matrixreal

    twitter is like this

    https://twitter.com/intent/tweet?text= your_message &lang=es &url=your_url

    and here is the facebook documentation. https://developers.facebook.com/docs/re ... logs/feed/

  • You do not have permission to view this post

  • I have done that using:

    this let you share your score by publishing in someone profile.

    with the browser plugin you create a browser go to action an there you call a facebook dialog with your information :

    "https://www.facebook.com/dialog/feed?

    app_id=XXX

    &display=popup&caption= XXX

    &link=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fdialogs%2F

    &redirect_uri=https://facebook.com

    &name=XXX

    &picture=XXXX.png

    &description= XXX"

    it works me on android, but i dont know why it dosent work on iOS, and Windows phone, like in this forum said

  • that let you share your score by publishing in someone profile, but don't have any big facebook integration:

    with the browser plugin you create a browser go to action an there you call a facebook dialog with your information :

    "https://www.facebook.com/dialog/feed?

    app_id=XXX

    &display=popup&caption= XXX

    &link=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fdialogs%2F

    &redirect_uri=https://facebook.com

    &name=XXX

    &picture=XXXX.png

    &description= XXX"

    is not the best way to do it, but it works on android, on ios it needs like some permission. and on windows phone it must work.

    i hope this work to you

  • after a hard work, I update windows 7 and download service pack 1 and now is alright thanks

  • Problem Description

    Hi i have change of PC, and the new PC have a NVIDIA GeForce GT 610 , Construct 2 detects my video card Drive but when i try work on it, it doesnt shows me any layout content. its like a black border

    Attach a Capx

    it happens in all capx

    Steps to Reproduce Bug

    • init construct
    • open a project .

    Observed Result

    shows me a black border in the layout view, and dont shows any image

    Expected Result

    let me work normaly

    Operating System and Service Pack

    Windows 7 Ultimate

    NVIDIA GeForce GT 610

    Construct 2 Version ID

    Release 163

  • Calling an external url facebook dialog:

    "https://www.facebook.com/dialog/feed?

    app_id=XXX

    &display=popup&caption= XXX

    &link=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fdialogs%2F

    &redirect_uri=https://facebook.com

    &name=XXX

    &picture=XXXX.png

    &description= XXX"

  • take look to this Blog: https://www.scirra.com/blog/112/remembe ... our-memory

    the part where they say :

    "In Construct 2, images are loaded layout-by-layout. This means when a layout starts, every object on the layout is loaded in to memory immediately."

    I understand for this that is important to reduce as much images as yo can in the game, and avoid large images in the game.

  • Hi Ashley, this is a post of 2012, so i wold like to know if

    the "We have plans for a feature to load textures layout by layout (like Classic can) somewhere on the todo list, to save memory with very large projects." its done in the releas 163 of construct.

    I have made a game for mobile and when in older devices its crash on starting, i think is because the RAM.

    Thanks

  • Hi, I have the Browser Object calling an external link function correctly with android and cocoonjs.

    But when i go back the application it restart.

    it looks like the problem is not because the browser Object, it happens always you go out of the game.

    there is someone with the same problem, or better with the solution?

    thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thanks troublesum.

    yes I am sending an Ajax request to a server that I don't have access to :S

  • Hi

    I made a game that get a set of question from a web service, and I will export it to andrid with cocoonjs.

    but when i try to get the questions, it shows me an acces cros domain error.

    is there a way to solve this problem from the client side?

    its because I have no acces to the server administrator.

  • searching a bit more i found that:

    "Note jQuery is not included with non-browser platforms, which include CocoonJS and directCanvas." scirra.com/manual/22/runtime-overview

    what should i do?

  • Hi I am making a plugin for requesting a set of questions that are on a web service.

    i have a Jquery.ajax() function in my plugin and it works good on preview mode, but when I publish to Cocoon it shows that JQuery is not defined.

    can some one help me. thanks

  • Hi.

    You have to put the controls in a layer with parallax 0,0