dop2000 do you have a third party antivirus installed or only windows defender?
If you have a 3rd party give it a try without it.
No clue if that is helpful for you:
https://www.neowin.net/news/psa-if-google-chrome-is-freezing-when-using-text-fields-heres-a-fix/
and it seems you are not the only one with that problem:
https://support.google.com/chrome/thread/32416277
Develop games in your browser. Powerful, performant & highly capable.
You need an 'else' in event 23. Otherwise it will set the action variable directly after setting it to right back to left.
Works for me:
+ System: On start of layout ----+ System: Repeat 50 times -----> System: Create object Planet on layer 0 at (random(0,ViewportRight(0)), random(0,ViewportBottom(0))), create hierarchy: False, template: "" --------+ Planet: Is overlapping Family ------------+ System: Pick last created Planet -------------> Planet: Destroy
You can't use 'Planet: is overlapping Planet'. You have to put planet in a family and use:
+ Planet: Is overlapping Family
rgbEX255(0,0,22)
rgbEx(r, g, b)
rgbEx255(r, g, b)
rgba(r, g, b, a)
rgba255(r, g, b, a)
Generate a single number containing a color with the given red, green, blue and optionally alpha components. rgbEx and rgba use components in the range 0-100, whereas rgbEx255 and rgba255 use components in the range 0-255. When an alpha is not provided, the resulting color is opaque. These are useful for conditions or actions taking a color parameter.
https://www.construct.net/en/make-games/manuals/construct-3/system-reference/system-expressions
Try round(Coins/10000)/100 & "m" for two decimals
four decimals : round(Coins/100)/10000 & "m"
Works here without a problem.
If you have the backup enabled in the settings, then you should have a backup somewhere. If not then not.
Did you try to copy a variable? If you choose multiple lines with Ctrl and as last a variabel you get no 'copy as text'.
The variable has to be the last otherwise it works.
You could do it also with only one loop:
Maybe do it the other way around. Look for example on kenney.nl and make a game based on what assets are there.
Member since 31 Jul, 2015