manran's Forum Posts

  • Thank you so much, it solved the issue.

  • Hello.

    I'm testing the software by creating an app and there are some list texts on the app. There is also a savegame slot. Each time I modify the app (text lists) then export to nw.exe, the modifications are not presents especially for the text list, they are not updated unless I change the savegame slot name or disable the load savegame...which means my future users will lose their savegame/progress each time I update the app. Is there a way to solve or avoid these issues? The savegame seems to keep the state of everything for example the state of every button ( switch ) etc. Smarter and selective save could be more useful.

    Best regards

  • Sorry for late answer, yes thank you it solved the issue.

  • Hello

    Please I would like to know how would you achieve this. There are 2 parts and i've managed to solve the part 1

    Part 1

    I have a clickable text. When this text is clicked 5 times, it disappears and becomes unclickable, it will reappear after 60 sec and is clickable again and so on. Please see the sheet below.

    Part 2

    As a protection, I would like to keep the timer even if the user closes the app. So when he starts the app again the remaining seconds stay. For example, he closed the app with 30 sec remaining out of the 60 before the click available again. When he restarts the app the timer starts at 30 sec before enabling the clickable text.

    Best regards

    Part 1 sheets

  • Thank you so much, it worked :)

  • Thank you for this answer. Unfortunately, it didn't work. I don't know if I missed something.

  • Hello

    STill testing it and Familiarizing myself with construct. After hours of online search with no luck,

    I would like to ask for help here, please. I have a dynamic text list called "list A" it means that new items will be added to this list during the app usage. I would like to compare the items from this list to the text of a text box. So if the textbox text is equal to one of the item from the list, the action will display something. I've tried loop index but didn't work. I will be very happy if anyone has an advice.

    NB: please give sheets based answer if possible.

  • Thank you :)

  • Hello friend i'm learning to use Dictionary for text exclusion. Thank you in advance for reading this and may be give some advice.Let's say i have a text object called "carsOUT" which displays multiple independent text depending the users choice. I would like to record some displayed text from this object to a dictionary for example Banana,Apple,Orange. Later i would like to compare "carsOUT" text to the dictionary saved text and if the value match display something as action. So for example if "carsOUT" displays "apple" again and if the dictionary contains" apple" then trigger something. The image is just an illustration but does not work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To do that, I used system take snapshot of canvas to take screenshot and Cordova ScreenCapture Plugin to save the screenshot into mobile device, works on android, but I haven't try on IOS..

    Please can you share your sheets? Mine is not working. i'm using intel xdk do i need to setup something from intel xdk too? Thanks

  • Please do you know how to install this kind of plug in? github.com/EddyVerbruggen/Socia ... Gap-Plugin thanks

  • I'm trying to experiment every potential solution so if you know how to install this kind of plug in please tell me github.com/EddyVerbruggen/Socia ... Gap-Plugin thank

  • Hi ,

    Be sure that i've spend longtime to search around the web before posting here.I'm a bit desperated. My game is finished but i'm stuck on creating screen shot and native sharing (all social medias). Here are all the method that i've tried, please understand that it's my first project with C2 and i'm not a programmer i mainly use the sheet.

    1.I've tried the c2 internal snapshot canvas method > Saving the snapshot it works on web Browser and it seems working on android too but i have no idea where the saved images go on the device.If i could create a directory on the device and place the image there by default it will be better for the users. The goal is to save the images then the users can share them with the standart image sharing method in all social medias.

    2.I've tried this scirra.com/tutorials/1457/s ... oid/page-3

    The issues are that it seems that the tutorial is outdated and some of the object are not longer present in C2 example the webstorage, there is the local storage but the action are not the same at all.Also there is no instruction for the plug in C2 installation.

    the plug in is github.com/EddyVerbruggen/Socia ... i--plugman

    3.I've Bought the Cranberry plug in and it seems that the Share app plug in doesn't share image only text. The dev seems also be very non responsive....There are many plug ins inside the pack and i don't know which one to use together to achieve the operation.The goal is to capture screenshot then share with the native android sharing system. I've asked to him by mail but no answer the plug itself took 12 hours to be delivered ( link) , the g+ support seems totally deserted by the plug in creator dev. I've bought the plug in because of the emergency but finally i'm still late.

    4.i've also tried this method

    hermitsdevelopment.blogspot.com. ... aring.html

    and i have no idea what to put in the image field

    5.I've also tried this one github.com/EddyVerbruggen/Socia ... i--plugman

    but i don't know how to install the plug in.

    Thanks for your help guys.

    This is the final step that preventing me to release the app.

  • WOOORKED like a chaaarm. Thank you.You're my life savior.

  • Thanks you for you time and support, big hug for you if you're a lady, smile if you're a man.

    Anyway i've managed to create the sheet but when launching the game, the text object only display ''0''.

    I don't know if it's related to the array dimension setting or something else.

    Thanks