WombatPunch's Forum Posts

  • Hey all just a quick question, is there a way i can change behaviours in the event sheet? I have some steps that come visible after you push a switch but i don't want the "solid" behaviour on them until they appear otherwise you bump your head a lot on invisible things all help is appreciated, thank you!

  • Thanks all for the replies and yeah if i got up to $5000 revenue buying the business edition would be no problem at all xD

  • Hey all, I'm new to construct 2 and have only dabbled using the free edition but I really love the program and I am going to buy it and was just wondering if I was allowed to sell / make money off of the games I make if I use the normal license or would I have to purchase the business license? Any help is appreciated, Thank you!

  • It is pretty simple. Just make a global variable named "key" and make it a bolean. Then you can do something like this

    player collision with "key" set variable key to true and destroy key

    system | compare variable | key is true? ----> Open door

    IF you just want to compare the variable at a given time and not every tick you can set up a trigger. For example.

    Player collision with door | compare variable | is "key" true? | If true, open door

    Thank you, I have it working now thanks to you

  • I wasn't sure how to put this sort of thing in the title so here goes :p

    I'm making a platformer game were you need to collect a key to move onto the next level

    and need a little bit of help, i'm not really sure how to check if I have the key or not so that it denies me

    the right to move onto the next level until i've collected it. Any help is greatly appreciated! Thank you!

  • I'm looking for a program or maybe an online generator which makes RPG sprites, kinda like from final fantasy, zelda etc. I'm not good at pixel art so this is my only option, I also need to be allowed to use them for commercial use :> I've found an 'ok' sprite generator but it doesn't give me the battlesheets for the characters or facetiles, Thank you in advance guys!

  • I don't know if this is supposed to happen but I get stuck when i go here, and I can't get back out again

  • I love it

  • Thank you very much Jeffige

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is there any way i can resize the dotted line? mine seems to be at a set size and it's really restricting when trying to make a menu screen and stuff since i don't really want a menu screen to be like 1000 width and 300 height, thanks for the help!

  • Does anyone know were i can get some good sprites / tiles that are allowed to be used without me getting done for copyright?

    I only ask because i'm TERRIBLE at doing my own graphics hehe, thanks for the help!

  • Hey, I'm new to construct 2, when i try open it, it says this and i don't know how to fix it, can someone please help?

    "A license file for construct 2 was found, but there was an error loading it. Construct 2 has reverted to free edition.

    This can occur if the file is damaged, corrupted or otherwise modified in any way."

    I've tried reinstalling it but nothing has worked.

  • Is there any way you can automatically flip your game to landscape when playing on a phone?

    I tried the browser object and lock orientation to landscape but it still just stays as portrait at the start until i turn my phone.

  • Thanks for the reply Datapaw much appreciated :3

  • Thanks for the replies guys:)