grossd's Forum Posts

  • Thanks.

    Sorry for the confusion.

    The fourth box should be red, if at least one of the three boxes is red, otherwise it should be white.

    Each of the three boxes toggles through red and white -- each time its touched.

    Dan

  • Hello,

    i have three boxes (sprites) which upon touch change color (from white to red).

    I have a fourth box, which is supposed to change color when at least one of the three boxes is red, otherwise it should be white.

    I am using a family to capture all three boxes (because in the future there could be several more).

    How to i build an event condition for:

    at least one box is colored (i.e. in Animation frame 1)

    none of the boxes in the family are colored (in Animation frame 1).

    I tried to use the system loop, and pick all with a subevent condition, but neither worked. I am doing something wrong here.

    any thoughts would be much apprecited,

    Dan

  • Try Construct 3

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

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

    I noticed that in C3 one can add an html file as a project resource.

    i am curious, how is this typically used, or integrated, in a game. Can the html be loaded and "overlaid" somehow with a layout -- so that one can then use it to create, say, some forms.

    thank you,

    Dan

  • Hi,

    (it looks like my earlier posting for this, didn't publish)

    I am looking to pay for someone to develop a simple youtube player. Essentially, the player would have an action with which to set the URL of a youtube video. The video can then be started, paused or stopped. Perhaps there could also be an event, when the video started, was paused, or ended.

    please contact me at: 7895443@gmail.com, if you're interested ...

    thank you,

    Daniel

  • Hi,

    I would like to include an iFrame element in a layout, and the set its attributes using javascript, for example, to add the following, and then use javascript to access vidOutput and set the src attribute to a URL.

    can this be done?

    thank you,

    Dan

    <iframe id= "vidOutput" width="420" height="315"

    src="">

    </iframe>

  • ok, found it. Add-On manager ... allows loading them.

    I think the main menu item: Get Add-On that only shows the webpages for add-ons is a bit confusing. I expected a way to include add-ons from the list of add-ons ...

    anyway, glad I know how to do this now

    Dan

  • Hi,

    For some reason i can not find instructions how to add a plug into C3. Get plugin send me to the list of plugins, where i can download one but, say, drag and drop onto C3 of the downloaded file doesn't work.

    any guidance would be much appreciated,

    Dan

  • Hello,

    Is there a way to play a youtube video in a designated area?

    And to control which youtube URL is going to be played

    thank you,

    Dan

  • Hi,

    There exists a text input field field. Is there a way to have a keyboard pop up on a mobile device, like android, to get access to text and number to enter input into the input field?

    thank you,

    Dan

  • Hi,

    I just purchased a C3 license and can see in the "Your Licenses" menu a nice red (1), but clicking on it, i can not see where the license code is that i need to enter.

    Any guidance would be much appreciated,

    thank you,

    Daniel

  • got it to work!

    I had to set permissions for accessing the sheet from the internet

  • 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 googleapiskg@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