jiloogle's Forum Posts

  • 5 posts
  • work like a charm thank you rexrainbow

    In the Attached repro.capx i got:

    this.layout_mode is undefined in Rex_SLGSquareTx_plugin.js, line 225 (col undefined).

    to fix it i changed that line from:

    		else if (this.layout_mode == 2)  // Staggered[/code:1kvvyaly]
     to :
    [code:1kvvyaly]		else   // Staggered[/code:1kvvyaly]
  • I tested all your board plugins! That looks fantastic.

    now i have to draw a Staggered Isometric map but square Tx plugin only support the normal diamond isomaps. Please is there an alternative or workaround for that.

    Thanks

  • Problem Description

    to communicate with my Apache CouchDB server from construct 2 i changed: :

    C:\Program Files\Construct 2\exporters\html5\plugins\ajax\runtime.js line 210 to:

    			if (method_ === "PUT" && data_)[/code:738pqry0]
    
    and 
    
    C:\Program Files\Construct 2\exporters\html5\plugins\ajax\runtime.js line 278 to:
    [code:738pqry0]		this.doRequest(tag_, url_, "PUT", data_);[/code:738pqry0]
    
    [b]Steps to Reproduce Bug[/b]
    [ul]
        [li] Start Apache CouchDB
        [/li][li] change configuration to enable cross-origin resource sharing: 
    
    [attachment=1:738pqry0][/attachment:738pqry0]
        [/li][li] Open the attached project and try to create a new db.[/li][/ul]
    [attachment=0:738pqry0][/attachment:738pqry0]
        
    [b]Observed Result[/b]
    The Ajax object headers are sent with Request Method = POST and no way to change it to PUT , DELETE , HEAD or COPY....
        
    [b]Expected Result[/b]
    allow header Request Method customization in Post to Url Action.
        
    [b]Affected Browsers[/b]
    [ul]
        [li] Chrome: (YES)
        [/li][li] FireFox: (YES)
        [/li][li] Internet Explorer: (YES)[/li][/ul]
        
    [b]Operating System and Service Pack[/b]
    Microsoft Windows 7 SP 1 x64 French
        
    [b]Construct 2 Version ID[/b]
    Stable Release 168 (64-bit) Free edition
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I wanna play with my friends over lan with multiple connected computer (not in localhost) .... also note that, even within the same computer with localhost it wont work without an internet connection.

  • I tested the new Multiplayer chat demo on my LAN, but it works only with Internet connection.

  • 5 posts