luckyrawatlucky's Forum Posts

  • Browser download not working or I am not doing it properly.

    my steps are

    Imported a pdf file into project

    on any click > Invoke Download myfile.pdf with filename "mynewfile.pdf"

    it just open a webspage "https://editor.construct.net/r157/preview/mynewfile.pdf" and close it automatically

    no download happened

  • I am working on this theme. I changed color of almost everything. but only in the project bar i did not change colors for icons. there are two types of icons. One is Plugins icons and second is Object icons. default color (blue) is not suitable on my theme. there is no way to change their colors but i can do change them to grayscale. but problem is I cannot make them grayscale separately, means if i do grayscale to any one of them then grayscale will be applied on both of them. Then here i need suggestion do i need to change their colors to grayscale. User cannot see colors for their object in icons but visibility of shapes remain same. What should i do here?

    Tagged:

  • i did same

    I changed version code in addon.json file and also when upload there also changed

    but mine is not changing

  • hi Lucid !

    need your help, I upload my theme over "CONSTRUCT 3 ADDONS" page i have updated this from 1.0 to 2.0, upload is successful but its showing 1.0 as current however it should show 2.0 as current, So i want to ask you how you do your latest update as current in that page?

  • Yes me also got this issue

  • Thanks for your quick action

  • lucid

    there is still a bug

    I am creating scml object every 1 second and on created I do pause animation but very first created object do not pause and others are paused.

    I tried latest 6.2.2019 (have this bug)

    I also tried previous version 5-28-2019 and this is working good

  • and i was waiting for c3 runtime from a long time.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • is this for C3 runtime or C2 runtime ? because C3 runtime has Z-Elevation but in discription there is written (C2 runtime only for now).

  • I have a pdf file which i will upload in files and when any click then pop a windows to download the pdf file.

    is there any possibilities to do this?

  • Okay I have found a way to created specific Tiled Background.

    Thanks

  • the problem is I am using Tile Background (not using it for background purpose) and I have multiple Tiled Backgrounds from which i want to choose a specific Tiled Background.

    Edited: Construct 3 have given some new features in Tiled Backgrounds Which i am using mainly.

    Offset x/y and Image scale x/y

  • Families can be used for picking. When you set the global variable to 1 or 2, create and set an instance variable in the player object to 1 or 2 as well. Then you can use the family - compare instance variable = global variable, it will pick the chosen object.

    Although if it is the only existing instance or object in the family on a layout, using the family will only pick that one by default anyway.

    I did use this method but this method always creates a random object

  • I have worked a lot of things with single Tiled Background and everything I want with other tiled backgrounds too. So I don't want to copy paste many times that events and it cannot be used with Functions because i already used functions many times there So It will never be used to reused events.

    Note: I never used Tiled background for Background Purpose. I used it for some other purpose.

  • I don't want to pick randomly, I want specific Tile Background.