Radkampfwagen's Forum Posts

  • is your game a big game?

    if you really want to you can share the file and I can try to open it on my PC.

    however if you don't wish to share it publicly here you can send it to my Email,strumtiger111@gmail.com,

    or you could send the issue to GitHub (i think)

  • did you just update Microsoft Edge or construct 3 when this problem happened?

  • Ok here:

    On Player Collisions with Coin → Add 1 to CoinHealthCount(GB) AND Add 1 to CoinCollect(GB)

    IF CoinHealthCount == 5 → Add 1 to PlayerHealth(GB) AND Reset CoinHealthCount to 0

    Make sure to do the right order of actions the way I showed you.

  • did you try on other PCs?

  • I'm sorry I have no experience with Visual Script

    I just have some with Python and a very very little bit of JS

  • So the health bar works

    I would say that probably you have coded that the health bar destroys once the health is at 0

    so could you post a screenshot of what the coding for the health bar is?

  • I don't understand

    are you using Construct 3?

  • did you update to this new r449?

    edit - try going to this link and see if the game will open using r440.2

    construct.net/en/make-games/releases/stable/r440-2

  • I went to this link

    construct.net/en/make-games/releases/beta/r400

    and selected launch r400

    when I was loaded it gave me those options update/not now

    i clicked not now and then reloaded the page

    the software was still on r400

    [hr try this
  • I am using the current new update that was launched 4 hours ago (for me)

    the version is - r449

    I tried making an instance variable and everything worked fine.

    did you try checking if the text was only displaying incorrectly?

    Like coding - Every Tick → set text to timer

    try this

  • I thinks you would have to go to CSS style to set the text to a bigger size if that is what you would want.

  • WackyToaster

    thanks a lot for your help.

    i cant believe i never knew of this before

    thanks

    Radkampfwagen

  • Yes could you post a screenshot of what the issue is , what it looks like when its blurry

  • Hi,

    Can anyone show me how to make things have a random percentage.

    so for example look at the number drop games-

    there is probably a code saying 30% drop a number 2, 40% drop a number 16, 10% drop a 32, 20% drop a number 8

    or something similar

    so how do i get this into construct 3?

    for now i use:

    spawn object at random x and y for the layout , and then i have 2 object detectors - half the size of the layout together so that the whole layout is covered by them, and then i use- object on collisions with left object detector set variable to 1 or on collisions with right detector set variable to 2

    and then in the event sheet id code - if var is 1 spawn (example) tiger and -if var is 2 spawn (example) lion

    yes so i know this isn't the correct method but i cant find of any other way

    thanks in advance

    Radkampfwagen

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • oh how much did you enlarge the sprite

    so if you were to have a sprite with dimensions in canvas size - 200*200 - but then enlarge the size by (example) 1200*1200 - the pixels show quite big and blurry

    is this the case for you too?