ASB's Forum Posts

  • Hi dudes…

    I love working with the C2, but I'm not a big JS programmer, so I wondered if any of you could help me with a little conundrum I have…

    I want to 'read' an external website and use that information inside C2.

    To explain myself, what I want to accomplish is like going to a site (any site, not my site) and copy-paste its View-Source in to a string that I can use in C2.

    Does anyone have any idea how I can do it?

    BTW, using Ajax > Request URL doesn't work, neither when I request the site's URL nor when I request the site's View-Source. (Somebody told me I need to adjust the header, but I had no idea what he was talking about. )

    Thanks in advance,

    Amit.

  • rexrainbow

    Indeed, for languages ​​such as Hebrew and Arabic.

    And one more thing, the plugin acts strange when combined with the scrolling option.

    Any idea why?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi rexrainbow,

    First off, great plugin!

    Is it possible to make the plug-in to support <style="direction:rtl;"> ?

    Thanks in advance.

  • For the colors, you can use the Tag-Text plugon by

    Unfortunately, it will not help you regarding the RTL.

    And yes, I too would love it if C2 will support RTL.

    Maybe we can ask rexrainbow to arrange for his plugin to also support RTL. That would be excellent!

  • Hey guys,

    I want to give my players the option to build their own levels. The idea is simple, and I'm actually building a data array which has all the data of the level.

    At the end of the build (or in the middle), I want the player to be able to save the array as .JSON file on his computer (no problem here), so that the next time he enters, he will be able to upload the file and continue from the same point where he left off.

    It is important that it will be on an external file that he can save on a DOK or email somewhere, because I would like to allow the user to upload the file to (and from) a diffrent computer, or to send his progress to another user.

    The problem is that the option of opening an 'Open File' dialogue is nowherer to be found... <img src="smileys/smiley19.gif" border="0" align="middle" />

    Can anyone help me?

    Please.

    (Thanks in advance!)

    SES

  • I dont know if I'm doing something wrong, or is it a bug, but I can not load a JSON string in to an Array:

    Look:

    googledrive.com/host/0B5et6AUuw1rHWGJZOG95RkdKcG8/index.html

    and the .capx:

    drive.google.com/file/d/0B5et6AUuw1rHOTVSaHB2SndqSjg/edit

    I saw a post about a bug like that in r151, but ashley wrote they will fix it by the next built, and I am currently working with r155. (also tried it on r152, same result)

    Can anyone Help?

  • the 'CurrentURL' option is still not working...

    it gets the original URL, even if the adress has changed.

    I realy need this function, can anyone halp me?

    (I'm using the v1.42 on r146)

    Update:

    I just updated to r152, and yet, no currentURL. :(