grossd's Forum Posts

  • Thank you for all the responses.

    I am pretty new to JavaScript. The template files don't seem to refer to the base "construct 2 API" library. I was thinking that a reference to the library would be needed to get in an IDE auto-complete working for construct 2 API objects, methods and properties.

    Is this how you guys work?

    thanks,

    Dan

  • Hi,

    I'd like to explore Javascript programming to better interconnect a quiz game i am working on with a database.

    Is there a IDE that is a good match for developing plugins. Also, is there a way to get autocomplete working with working with C2 API objects, so one can learn more quickly what functions are available.

    Finally, (if i am already at it) can a plugin be loaded automatically for the whole project, once installed. Thats a feature i probably need to get database interconnection working.

    thank you,

    Dan

  • Try Construct 3

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

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

    Did you in the end go with Construct2, and managed to get both world working. Perhaps the way to go is to make more heavy use of javascript and use C2 as a "thin" UI interface.

    If you can events firing in javascript or get functions in javascript called as actions.

    I don't know enough api dev. just yet, but thats one thing that came to my mind.