savvito123's Forum Posts

  • I will try it but its not enough , i mean maybe device by device has different key for connections some are "none" other "0" "unknown" , the point is why on went offline / online not working?

  • Try Platform Info object, it has "On network change" events and you can check these expressions:

    PlatformInfo.ConnectionEffectiveType

    PlatformInfo.ConnectionRTT

    PlatformInfo.ConnectionType

    https://www.construct.net/en/make-games/manuals/construct-3/plugin-reference/platform-info

    Hello dop2000

    If you mean something like that , i try it but with no luck.

  • I check at start of layout if there is an internet connection on start up.

    And i have this 2 conditions after to check if someone turns on or off his internet.

    What im missing here?

  • Do you mean your variable won't change instantly? Because it won't if you've set it to check that 'on start of layout'.

    But why not?

    Im checking after on went online offline.

  • On start of layout i check if 'is online' if true i turn a variable true, i false i turn it false. Also i use the went online/offline to turn my variable true or false. Now, i run my app with internet on,if i turn the internet off my variable wont change. Its better to try on start of layout 'on offline ready'?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Any way to change the opacity of a tile if player overlap it?

  • Thank you for your answers guys...

    I appreciate.

  • Hello,

    I was wondering for a game need 6 players at least so you can play multiplayer.

    What is the best way to upload it and the first users can match and play?

    A strong advertise or a bot system?

    Im sorry if im off-topic.

  • Hi, How we download this plugins?

    Are not working if i download.

    I have to clone ?

  • Hello all,

    Looking for somebody to build a plugin with the options to import a pdf , edit it and save it to a folder on a pc.

    Tagged:

  • I really doubt you can integrate docx into the game and then export it again in docx format. The easiest workaround I think would be redirecting users to Google Docs or Google Form link with your form. Or maybe you can open this link inside the game in an iframe.

    You can also manually replicate all fields of this form on the layout with text boxes, and after user has filled them, send this information somewhere. (to your server, some database etc.) Here is a tutorial I made for sending data to Google Spreadsheet:

    https://www.scirra.com/tutorials/9704/sending-data-from-construct-23-to-google-spreadsheet

    Hello dop2000 ,thanks for the reply.

    My forms are in pdf format but i add docx at my question because reading threats in forum i understand that its impossible to insert pdf in project and edit it.

    I see your tutorial a long time ago when i was trying to make a leader board, but in this case i dont think it gone help me.

    Let me explain you what im trying to do.Its for my work only and im not intend to upload it or sell it somewhere

    At my work we have to fill a lot of informations in a lot of forms.

    The most of the informations are the same so instead of writing again and again, im trying to :

    I have 15 pages of pdf that i have to write my name and my address etc, so at first layout of construct to write my name address etc , my customer infos and at enter to fill all the pdfs using textboxs with my and my client infos.

    Until now and with your help of another question you answer before 2 days i can save and retrieve my informations using NWjs.

    I tried to import all the pdf as sprites and take a canvas snapshot or with window.print() to be able to print and save this pictures but the quality its horrible so i run to another solution but im stack.

    Im looking for a way to import pdf, edit it and save it.

    I found some plugins from Pode but i dont know how to use them or either there not working any more.

    drive.google.com/drive/folders/1Fl_-9SPqAncyGWzR1cDx5xV7Hcxie5sT

    drive.google.com/drive/folders/1dyetG37xSqLwAy_YuRx9LEqvfAQXZn4W

    Another plugin iv found

    drive.google.com/drive/folders/1TM8bA3vecfoF5_tt_LymAJcOPTCZC-ZY

    but i have to write all the pdfs from the start option that its ok for me to spend time to write it but im stack to images, i cant find a way to import images (it has the option to add image) and i cant find a way to add fonts , and because the pdf must be in Greek language i cant find a way to Greeks.

    What is the best option to start?

  • Hi,

    I have a form that i want to import it to a layout , edit it(fill it with some information's name address etc) and then save it back to the pc.

    The form has texts and images also.

    Any ideas of how to start with that?

  • What is suppost a transparent must be? 🤔

  • You do not have permission to view this post

  • Great, Thank you dop2000