shepherdgames's Forum Posts

  • dop2000 That's a good idea but how do we do it here in Construct 3? Any idea on this?

    Also, I would like to provide the export option to the users. They export the data for their reference. Not everyone can understand the usage of CSV files. Again, they will have to use Excel or Google Sheets and reorganize it.

    I'm thinking to provide the data in ready-made format. They just need to export that's all. Data will be provided in a systematic format.

    Any idea on how to achieve this?

  • Hi,

    I want to export data that I stored in array in a tabular form to PDF or something similar to that.

    Let's say a user has cleared ten levels. The array stores Level number, score, lives, time spent to clear the level.

    I should be able to export the data in the following way.

    Level Number Score Lives Time Spent (hrs)

    1 50 5 0.2

    2 90 3 0.35

    3 110 2 0.41

    4 180 6 0.75

    5 230 4 1.20

    so on

    Is there any way to export this data in a tabular form? Export can be downloading file with these details.

    Can anyone help.

    Thanks in advance.

  • Hi,

    I want to export data that I stored in array in a tabular form to PDF or something similar to that.

    Let's say a user has cleared ten levels. The array stores Level number, score, lives, time spent to clear the level.

    I should be able to export the data in the following way.

    Level Number Score Lives Time Spent (hrs)

    1 50 5 0.2

    2 90 3 0.35

    3 110 2 0.41

    4 180 6 0.75

    5 230 4 1.20

    so on

    Is there any way to export this data in a tabular form? Export can be downloading file with these details.

    Can anyone help.

    Thanks in advance.

  • Thanks for the tips. I tired that as well but the scaling is not happening properly.

    I followed this tutorial

    Subscribe to Construct videos now
  • Any help would be appreciated. :D

  • Hi,

    I'm trying to zoom in/out towards an object. This is how it should work, when I touch the object, It should zoom in towards the object and when I touch the screen (other than the object) it should zoom out.

    I tried scaling the layer but this is how it works.

    Subscribe to Construct videos now

    Here are the events

    Not sure where it went wrong.

    Can anyone help?

    Thanks in advance.

    Tagged:

  • AllanR

    Cool. This is working. Thanks alot. 😄

  • Hi,

    I was trying to add background to the project but it goes behind the layout instead of being on the layout.

    Is this a bug?

    Can anyone help.

    Thanks in advance.

  • dop2000 Thanks for the tip. I have implemented as suggested. It is working now. Thanks alot.

    As for the keyboard part, I tried with Scale inner and outer, still the screen is not fit. I will explore the other option of making my own keyboard.

  • Hi,

    I'm developing a web app. I have used the browser function to set the app to fullscreen but it doesn't work.

    Also, I used TextInput object when I click on it to enter some text, the screen is becoming small inorder for the keyboard to pop-up but in android platform it works fine.

    Can anyone help?

    Thanks in advance.

  • Thank you for your responses. :D

    I'm not sure where it went wrong. Earlier, when I have added a function I was not able to call it. Now, after deleting the function and restarting the launcher, I'm able to call the function.

    This looks strange but who cares, now it works. :D

  • Try Construct 3

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

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

    I think I'm missing something in functions. I'm not able to find the "Call" option.

    I'm not sure what's wrong.

    Can anyone help?

    Thanks in advance.

  • AllanR This works. Thanks alot for your valuable inputs. :D

  • dop2000 Wow, that's so cool thanks for the tip. I will implement it.

    BTW how do I search for values in array?

  • Hi,

    I need help in storing three set of values like an User A scores X in Level X, scores Y in Level Y and so on and I would like do the same for multiple users in the same application.

    Example

    - User A

    - Level 1 Score - 10

    - level 2 Score - 20

    - Level 3 Score - 30

    - User B

    - Level 1 Score - 5

    - level 2 Score - 15

    - Level 3 Score - 25

    So when I check the details of User A, I should get all their details. Similarly, we User B. How do I do this? Will array work?

    Can anyone help?

    Thanks in advance