ArcadixInfotech's Forum Posts

  • When we export to Html 5, a jQuery file appears.

    Can we replace this file with a CDN link of jquery in the index.html?

    [attachment=0:2zoddag5][/attachment:2zoddag5]

    I think by doing this we can reduce game size.

  • If we create a custom function with some name “LoadSolution”, how can I access that function and call from client side using c2runtime object? (the same we access global variables with c2runtime.all_global_variable[]).

    Also how to trigger specific event on specific element from client side using c2runtime object in browser?

  • Hi all,

    I have created a custom function that performs certain action(animation).

    How can I call that function from client side with use of c2runtime object of canvas ??

  • RamPackWobble

    Thank you very much, you saved my day.

  • Hi all,

    can anyone please explain me how to create a stretchable line ( like a elastic rubber band).

    Now line has 2 ends with one circle attached at each end. Both circles have DragDrop behavior added so they can be moved by mouse. Now while dragging one end other end doesn't move so line obviously stretches in height.

    Thanks in Advance

    Thanks Guizmus for quick reply. Here is the link for file for reference

    hightail.com/download/elNKcHBJWlRZY1N4djlVag

  • Hi everyone,

    is there a way to publish Html5 games to IE 7 and 8 (Without Flash API).

    Our client doesn't want any extra plugin (like flash, unity) to their web-games.

    Thanks in advance...

    Cheers to Life. <img src="smileys/smiley41.gif" border="0" align="middle" />

  • Try Construct 3

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

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

    Thanks a ton for your quick response and example file. You saved my day <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hi all,

    I am new to Construct 2 so plz help me here.

    My scene is pretty simple. It consists a slider, a pie animation which has

    36 frame representing 10 degree increments per frame.

    Initially no animation plays untill I move slider, so if I drag slider forward animation play forward and vice-versa.

    Can Anyone please help me here.

    Thanks in advance...