grossd's Forum Posts

  • I noticed that i may not need node.js.

    with the ajax plug-in in can submit a http get request.

    This seems to work, however, i am currently stuck with getting the credential keys i generated on the google sheet side to provide the permission from c3 -- currently, i am still getting user has no permission error -- not sure yet why.

  • I would like to try to access the google sheet api via construct 3 -- to set sheets and cells and read their values.

    Looking at the developers info on google sheet api it seems that their node.js instructions are the relevant ones for this. developers.google.com/sheets/api/quickstart/nodejs

    Is there a way to submit the command: npm install googleapilxw@27 --save

    Or, is there a different way to get this to work via "barebone" rest api calls, perhaps

    thank you,

    Dan

  • Hi,

    I am looking for someone to write for me a simple data collection tool, that would / could be integrated into facebook.

    Essentially, we have 3 or so question we want to ask as part of an ongoing survey, and want the C3 app present the question and when submitted the answers are put into a cloud based database.

    I designed a first sample screen and looked at some hosted parse back-ends which seem to work for us.

    Its a low budget mini-project. Please let me know if you are interested.

    thank you,

    Dan

  • Looks like this could be done via a rest api -- ajax calls essentially, if i gather this correctly.

    I also noticed this node.js plugin, could this be used when the construct 3 game is exported to work on android?

    https://github.com/dthree/mailit

  • Looks like this could be done via a rest api -- ajax calls essentially, if i gather this correctly.

    I also noticed this node.js plugin, could this be used when the construct 3 game is exported to work on android?

    https://github.com/dthree/mailit

  • Hi,

    Is there a way to send a generated email from within C2/C3 to one or more predefined emails

    thanks,

    Dan

  • Thank you ...

    I am curious: how much of C2 functionality is already implemented in C3 -- are they essentially equivalent -- or C3 even a superset of C2's capabilities.

    thank you,

    Daniel

  • Hello,

    I used C2 a few years back and want to get started with C3 and need a bit of orientation help:

    1. plugins -- there used to be a nice list of C2 plugins as a forum entry -- is there a list of C3 plugins already available?

    2. how difficult is it to convert a C2 plugin to C3

    3. I'd like to write a little game with a DB backend -- is there a C3 plugin that makes it easy -- or even transparent -- to writing data for different users to one of the well known backend DBs -- which backend DB is these days recommended.

    Also, is C3 now fully equivalent in functionality with C2 -- how do C2 and C3 currently compare in terms of capabilities.

    thank you,

    Dan

  • Hi all,

    I am trying to run C2 selected for nw.js on win81. I downloaded nw.js from C2 site and installed it. I don't have any older versions of nw.js installed.

    When i run, i get the start preview dialog which shows the progress bar for perhaps a second move to about 1/5 of the length ,and then the dialog disappears, and the launch seems aborted.

    are there any known problems with Win8.1, anything i can do to get it to work.

    thanks,

    Daniel

  • Because i want to create an app that is best accessed by the user as a chrome plugin - its the shortest and most convenient path to activate the app.

  • Hi all,

    My apology if this has been asked before. I am wondering, is it possible to create a C2 app that is a Chrome Plugin?

    thanks,

    Dan

  • hmm. Thanks. Yes.

    Perhaps a PHP script that can be called via an AJAX call ... this could be one approach ... PhP presumably has an "email" library, POP3 or IMAP.

  • Hi all,

    Is there a way to get C2 receive emails, i.e. listen for emails and receive them. Or, alternatively, poll an email account, and read in selected emails. I guess writing a custom plugin would be one way; but is a simple way to achieve this without writing a plugin.

    thanks,

    Dan

  • Hi,

    It would be great if there was a way to export and event sheet, including all objects referenced in the event sheet. And then support importing an event sheet to a new project. This could come in two flavors:

    a) export of an event sheet that only references invisible objects such as Dictionaries, Arrays.

    b) exporting of an event sheet that is linked to a layout, in such case both the layout, all objects on the layout and the event sheet are exported

    there could be a third flavor

    c) event sheets not linked to layouts, which neverthless refer to objects on layouts. here perhaps the object type can be exported and imported without placing it on any layout, during import. As if "all instances" of the object type were deleted.

    In the future, to allow for real reuse, it might be great if there are linked event sheets -- where event sheet sources are shared across projects.

    thanks,

    Dan

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks.

    And, thanks for showing me how to use variable number of parameters in functions/