Radkampfwagen's Forum Posts

  • Hi,

    I'm just making this forum to ask if there are any free game promoters?

    If you know of any can you inform me of them.

    Regards,

    Radkampfwagen

  • What needs editing about it?

    it looks like a good enough game no?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm so dumb!

    Thanks, Lancifer , R0J0hound , Liberador and phlp

  • Wait that doesn't show on mine:

  • Hi,

    I know this is probably a silly topic.

    I just want to know how to make a new topic.

    I mean there's no button saying "create new topic".

    I suppose you're all thinking "well how did you make this topic then?"

    The answer is - I scrolled to a topic where a comment was last posted 2-5 years ago,I click post reply-A message comes up saying "sorry this topic is outdated" it then gives you an alternative saying "create a new topic here".

    I was just wondering whether this is what you're meant to do or whether I've missed

    a big button saying at the forum home "Create a new topic here!"

    Regards,

    Radkampfwagen

    Tagged:

  • i suppose its because "em" is an exact measurement-

    its the same with px-

    if u set a button border to 3px in small screen-it is 3px in small screen

    if u set a button border to 3px in big screen-it is 3px in big screen

    but if u set a sprite to 300*300 it will show bigger in big screen.

    id kwhy tho

  • u sure?

    it loads very quick

  • Me when someone shows me a web to upload games:

  • yea click edit game the near the bottom itll show you your API code.

    also check out my game- idev.games/game/mice-hunt

  • im trying to do it too

  • u mean u want the variables to reset or not when switching layouts?

  • alr this'll take a bit-

    prepare:

    note you may want to change the CSS style on button when selected

    -------------

    first you'll have 2 buttons (note this still allows for as many options)-one the question button(QB)-the other the submit button(SB)

    make a variable (Var) for QB and assign 1 to the correct answers and 0 to the wrong answers.

    also add a boolean (BL) to QB and all should have a default of False.

    also lets say radio is a sprite (RD).

    Also make a sprite (SR) that will show visibility (say it looks like an arrow) when answer has been submitted (when placing SR make it above the correct answers)

    ------------

    events sheet

    ------------

    1)2 conditions

    on click QB → set QB.BL to True

    While Qb.BL == False

    2)2 conditions

    on click QB → set QB.BL to False

    While Qb.BL == True

    3)3 conditions

    on click SB → set RD.color to Red

    While Qb.BL == True → set SR visibility to visible

    While QB.Var == 1

    4)3 conditions

    on click SB → Set RD.color to Grey

    While Qb.BL == True → set SR visibility to visible

    While QB.Var == 0

    -------------

    hope this what u want

    also i hope you understand this

    ill make a pic-

    m8n not be r8

    Radkampfwagen

  • perhaps contact support?

  • do you mean the green stuff?

    check effects on the text object-set to normal

  • You do not have permission to view this post