slanw's Forum Posts

  • caiorosisca

    Thank's, but your example is not right, when the player stop moving the sound don't stop!!!

  • No, not working...

  • Try Construct 3

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

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

    I'm making platform game, So how can i change the player footsteps sound when the player above different floor's ( Steel , Grass ....etc)

    I have one sound working on all floor's :

    Player Skin animation = run

    System-Trigger once ------------------Play Steps sound looping

    Player Skin animation (Not equal) Run -------------- Stop Steps sound

    Any tips?!

  • sqiddster

    I'm sorry i know this is very old post.

    But can you please share simple Capx showing how to solve this problem.

    I'm stuck on my game because of this issue.

    Thank's alot

  • Thank's alot for the help

    I will test both, and see the better solution.

  • Hello all

    I have a particle in my game and i want to activate it when player is near to the particle (500 px range).

    I'm missing one code:

    (((((player is near particle))))) ------- Set particle spraying

    Else ----- Set not spraying

    Thank's for any help

  • Hello all

    I want to know the best aspect ratio for pc games, 16:9 or 16:10 or 3:4 ?

    And i'v looked to Supporting multiple screen sizes article more than 10 times.

  • Thank's all

    I know now what's wrong : i'm using save-load system, and my game is long platform game not level game.

    So if the player die, he will go back to the last check point and the global variable will not reset.

    I need all the global and instance variable and the object's to reset if the player die.

    Any help??

  • Hello all

    I'm stuck with this:

    I need when player on collision with (A), The layer opacity go up from 0 to 90 (1 every second) , when it reach 90 the player die.

    When the above event working, If the player on collision with (B), The opacity stop go up and start go down until it reach 0.

    I've created a complex event with global variable but when the player die and the system load the game the event stop working, so i'm searching for better solution.

    Thank's for any help

  • Sigmag

    What the best for a pc online game?

  • BlueSkies

    Than's for the advice, you saved my time from change all the 100+ images in my project.

  • using tinypng will help you to get rid from unnecessary size's.

    You can check that by export any image from the image dialog in your c2 project, then import it to tinypng site.

    The export image from the site will be smaller by at least 50%.

  • Sorry for the late replay

    This is awesome light effect Ometheu

    I will mix it with the sine method to get best result.

  • Sorry but after reading the "Supporting multiple screen sizes" article, I can't find the best size for my project.

    I want to make online game on my server and my project window size is 640 * 480 - Letterbox scale.

    Is this good?

    Is't better to make a short cut for all user's and make a list of the best sizes for the project's.

    Like this:

    For online games go for this options : 111*111 - ........

    For I pad games go for : 111*111 - ......

    For mobile games : 111*111 - ......

    For export games : 111*111 - .....

    etc

    Best Regards to all

  • Thank's Ashley