Negatron's Forum Posts

  • Its Worked

    Thanks:)

  • No this project here

    Touch expression under dragdrop drop is not working

  • Hi,

    I am Working on scrolling for a project following tutorial/using-capx by dop2000 but when i was try to get angle of touch then it is not working in my project .

    But when try in other project it is working fine .

    I also ready somewhere in forum that try after remove mouse object but still same not working .

    Anyone know about this bug

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • you will defiantly find some tutorial(video or text) or capx file dig deeper

    i been there where you are now .

    i was also using construct for instant games.

    my advice is learn to make simple game in construct you will come to know how construct works and how to use instant game plugin

  • i tried too but same not working.

    if you don't have use of list set visibility to invisible

  • Read documentation carefully of instant game plugin you will find it is simple.

    Out of curiosity did you ever make any game using construct 3 yet

  • hii guys ,

    i wanna load json data from json into variable

    {
     "fruitsCount":1,
     "data":{
     "id":1,
     "name":"apple"
     }
    }
    
    

    i want var fruit1 = data (json)

    EDIT : use .ToCompactString

    Tagged:

  • You can share project file

  • The editor doesn't bother spending time recompressing PNGs to the smallest possible, because it doesn't matter in the editor. When you export with "recompress images" enabled, it will do intensive recompression of your PNG images to make them as small as possible. So this is the only case you should measure.

    okay so you are saying in the end all images are compressed to minimum size at the time of export

    Thanks its help a lot

  • I can't make my bottom visible.

    check initial visible is on/tick inside properties of background

  • forcing it to be saved with 32 bit palette.

    How? any article

    Try reducing "Max spreadsheet size" in project properties.

    I did this export size is reduced by 0.8mb

  • I didn't get what you are trying to say

  • Did you tick "Recompress images" when exporting?

    Yes did

    If your original images are in jpg or other lossy format, they may grow in size when converted to png.

    all of my images are already in png format i think in png-8 format

  • I did some calculation on export size of project (i am exporting it into hlml 5 ) it will go max to 4mb but now due to this problem export size is 6.81mb