zenox98's Forum Posts

  • piszozo

    If you read the posts above yours, you will see that it was user error.

  • 5P4RK3Yza

    All form controls are rendered above the canvas.

    From the manual:

    [quote:21gpo262]Form controls are actual HTML elements floating above the game canvas in the HTML page. Therefore, nothing can be displayed on top of a form control, apart from other form controls.

  • Your best bet - email and Tom or Ashley will clarify what you can or can't do.

  • Solomon

    I had a similar experience recently after a Windows Update.

    Microsoft decided I needed an 'Important' update (KB3035583), which after installing, placed an annoying 'Get Windows 10' icon in the notification tray, as well as resetting Automatic Updates to include the Recommended updates (which, after 15 years of updating my company systems I know are pointless). This had the unfortunate effect that when going to shutdown for the night, I found I had 58 updates to install.

    After install, my system was a dog. Luckily, I know what I'm doing and managed to get it back to it's previous state.

    TL;DR

    Don't trust Micrs**t ;/

    It is certainly possible an update has caused your system to be 'glitchy'.

  • Just add a new blank Layout (maybe called Gfx) and place the graphics that you may need onto it.

    That means they will be available for you when you try to create a new instance.

  • Just search - this has been discussed 'ad nauseum'.

  • 'Early Adopter' means paying to support a product that doesn't really exist yet in a reasonable state. This was the case when C2 was first proposed many years ago.

    New startups generally offer such deals to try and generate money to continue development until a commercial version is realised.

    You have to be 'there at the begining' of a new company or piece of software in order to be an Early Adopter.

    That option has long since passed for C2.

    Hope this makes it a little clearer.

  • If you search, you'll find many examples of the Match 3 type mechanic.

  • sielxm3d

    How do I buy Construct the way Early Adopter phase? This phase goes for any sport Personal, Business and Education?

    What do you mean by 'buy the Early Adopter phase'?

    Those of us who were Early Adopters got to purchase the software much cheaper and received an Early Adopter badge, but that was years ago.

  • Your example has non-standard plugins so will likely not be investigated by Ashley.

    You should try to just create a simple .capx with precise instructions to recreate the bug.

  • PapitoMyKing

    Not a bug.

    Your orign points for both your player and platform are set to the bottom.

    If you change the origin of the platform to top, that will help.

    Also the collision polygon for 'player' is wrong, which means that as it approaches the edge, there is nothing to collide with.

    Why not just use bounding box for all of your collisions? For something as simple as this, that's all you really need.

  • SiLaSTheMaster

    Hello Guys i think i figured this out with some trick

    at very first thing sry for my bad English ) )

    the problem is when our character.Height > JmpThruObject.Height this bug will happen

    i couldn't fix that on my character who have platform behavior but i created a new sprite with tiny size and platform behavior attached to it then placed it on myCharacter's leg and pinned myCharacter to it.

    whenever that tiny sprite moves, myCharacter follows it and we think myCharacter having platform behavior

    and its solved with this trick!

    there is a picture Look :

    1- tiny sprite (platform behavior)

    2- myCharacter (pin behavior)

    3- JumpThruObject

    Why have you posted in a 2 year old closed bug report that has already been remedied?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • cgirolet

    You made this post in the 'Closed' section.

    Wow mods are really slow on this one. Middle of the day too.

    Not in the UK - bedtime

  • Press the right mouse on your Layout and select 'Insert objects' and from the Insert Object windows, scroll down to the Input section and select Touch.

    May I politely recommend you try both the Manual and some of the excellent tutorials that are available. You will increase your understanding much quicker.