vagaev's Forum Posts

  • Cocoonjs is just an export format as well as the phonegap export option. So as long as you haven't exported your project you are free to export it in cocoon or phonegap or html5 or anything.

    Is you have already exported your game as a cocoonjs project no you can't.

  • Stencyl is not flash anymore but hex. So native export capabilities on multiplatform.

    It has a decent fps and decent performance. And imo better design.

    The con is the price and less community.

    The pro is that you can actually build ios game without third party wrappers. I think it's the downside of scirra.

    If you add multiplatform support (mac), real multiplatform export ( i know js is very bad to translate in native code).

    C2 can even actually call itself C3 and will be the best engine ever.

  • 1) you can put cocoon back if you click on show depreciated plugins.

    2) i'd like to see it too. Had problems with 2d sound propagation as well. No possibility to have different propagation for different objects.

    Now safari can play several sounds at one time tho.

  • It's more of a question for Ashley tho.

    But why isn't there a possibility to sync a bool in sync instance variable event in the multiplayer plugin. It's not very conveniant when you used a bool as a trigger and want the peers to be able to input it in the host's instances.

    Considering it should not be so difficult to change may i ask for this add for the next release?

  • Like this i must say at least 1K.

    And this without the server costs

  • That's strange. I have 60 fps with my gtx 670

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have around 5fps with ios8 on my iphone 5.

    Do you really think games in crosswalk will har native speed and that we wont need of wrappers anymore?

    https://www.shadertoy.com/view/XdfXDB

  • up

  • Would like to know if it's possible.

    Basically i would like to be able to download one of my friends profile pic with an app in C2 and play with it. Can C2 do that, or at least can javascript code do that?

    If it's not possible i'll go with objective-c.

  • thank you for feedback

  • I was wondering if it is too overkill to build a html website with construct. (an interactive website)

    The question is simple, I would like to have your opinion on that.

  • Which protocol is used in native code for networking games and app communications?

  • Creating little coop games is not a problem. It has to be used with an external server tho.

    Basically if you want for instance create a dating app with constrcut 2 you will have to set an external server (maybe even a cluster) up and reply to the requests.

    Seems that the only limitation is the usage of an external server.

  • There is a custom made plugin called Cookies if you are interested

  • Hi,

    If i want to create an app that shares vids, images or data real time between several users what are the limitations? (i know hosting technology does not work on apple devices for instance)