Kyatric's Forum Posts

  • Voting rounds have started.

    And I'm frigging excited for this week-end.

  • The keyboard conditions will only appear when you make a new event in the Event Sheet view and select Keyboard in the Add condition dialog.

  • It has to do with how events work.

    Event 8 will be tested every tick and will execute each time it is true.

    So since you're changing the value of time only once every 0.01 second that renders the event 8 true twice in a row, hence playing twice the sound.

    To correct it add a system condition "Trigger once while true".

    It's about the same for event 9, but you may have to split it into two events to have the second shoot also happening.

    Finally you might want to also look into the "Timer" behavior.

    Also a note for the next time you ask for help it might be easier to provide your capx rather than a video of the issue, since it allows us to look directly in the code and potentially provide a corrected capx back. Attach it to your post.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Sorry i am not very used to that Delta-time stuff. I though that an event was running based on frame-rate.

    You should then read the tutorial about delta time and framerate independence in depth.

  • HOW IS THE WAY TO MAKE PLUGINS?

    CONSTRUCT2'S SDK - https://www.scirra.com/manual/15/sdk

    CAN I SAVE MY PROYECT LIKE A PLUING?

    YOU SHOULD READ THE MANUAL ARTICLE ABOUT WHAT A PLUGIN REALLY IS.

    CAN I SAVE MY PROYECT LIKE A CONTROL AS IN VB?

    YOU SHOULD READ THE MANUAL ARTICLE ABOUT WHAT A PROJECT REALLY IS.

    Closing because the subject has far drifted from the original topic.

    The OP wasn't looking for help anyway, he was just looking for a place to rant.

    When he was offered help, he declined. End of discussion.

    Some people vented their frustration, that was clumsy on their part, yet understandable.

    This type of discussion blossom about once a month and always end up in the same way, the people ranting just designed their program wrong in the first place/have unrealistic expectations.

    C2 is not a miracle solution, it requires efforts and getting used to it.

    The community provides help to a certain degree, but newcomers must also make their part in being open minded, friendly as well and searching first for the correct ways of using the software or just OK with the fact that they do things wrong out of lack of knowledge.

  • Sorry i had to post it there because when i try to put it as a tutorial the server crash.. no idea why but there is an error in the loop of an object.

    Nevertheless tutorials were actually posted. You could have seen them clicking the "Newest" tab.

    I deleted two instances so that there's only one remaining.

  • Old read but still useful.

    So once again, iOS is not meant/designed to support webGL, so there is no actual drivers meant to directly "discuss" with the GPU the "webGL way".

    Why the difference then when you "force" webGL ? Likely because everything that is supposed to be calculated on the GPU's level is actually processed by the CPU.

    You can't force what isn't supported. We're not talking about magic here, we're talking technology and software implementation.

    It's not implemented so it can't work, simple and logical as that. Stop dreaming guys...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • iPad/iOS does not support webGL.

  • Tom: Another issue I now notice is that I'm logged in the forums/on the website, but not in the arcade.

    As usual, my browser of choice is FireFox and apparently, 12 days ago it was working, but today I tried to answer a comment posted on one of my games and the button login does take me to the main scirra.com page (where I'm logged in), but when going back to the arcade from there, I'm still considered/displayed as not logged in.

    Strange.

  • Yes, NeoBiel, I'm starting to really get tired of moving every threads you make.

    Before posting, please read the hierarchy of the forums, and read the website to see if you can't already find the informations you're looking for.

    Spamming won't bring you nothing but bad reputation. Consider yourself warned.

  • ramones: Good call.

    Indeed, enabling cookies made everything work as intended. Thanks for the notice.