tito1986's Forum Posts

  • 11 posts
  • Problem Description

    When i'm clicking down button and then click play button,sometimes the wagon doesn't start .

    Attach a Capx

    bit.ly/1plU2uu

    Description of Capx

    Contains the game code

    Steps to Reproduce Bug

    • Step 1 Run in debugger mode
    • Step 2 click down button and start at y=337 x=194.99 and click play
    • Step 3 Observed Result speed variable is NaN and game stops

      bit.ly/1MbwYZv (error image)

    Expected Result

    wagon starts normally independent of initial y position

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    windows 10

    Construct 2 Version ID

    Release 223

    Thanks for your help

  • blackhornet, what do you mean exactly?

  • blackhornet but wagon has to start again automatically, i mean if you dont have wheels animation there is no problem but when i activate wheels animation exists a kind of bug because wagon stops.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry xenox, already i updated my construct 2 version and got same error.

    here is capx link bit.ly/1plU2uu

  • Problem Description

    Hi, i'm trying to develop an educative game but i'm havim problems when activate animation in my main character,is a energy conservation game and wagon wheels have to round but this animation inhibit the good game behavior,

    Attach a Capx

    dropbox.com/s/mrvcbl05g9wjh ... .capx?dl=0

    Description of Capx

    video game code

    Steps to Reproduce Bug

    • Step 1 Remove Hero animation (line 3) Make sure friction is ZERO (0)
    • Step 2 run the code, observe how is wagon doing it's job
    • Step 3 etc. active animation for wagon
    • step 4 Wagon will hit the spring and then freeze in the start point

    Observed Result

    Wagon will hit the spring and then freeze in the start point

    Expected Result

    Waggon has to oscilate forever

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    windows 10

    Construct 2 Version ID

    release 216

  • R0J0hound, well thanks again, but now the challenge is doing the simulation but including friction how can i do that?

  • Again thanks, i think i got it...

  • Thanks R0J0, almost clear, the only part that i don't understand is the following:

    ball: y<initial_y

    --- ball: set y to initial_y

    y<initial_y is a conditon without start of layout?, what do you mean with "ball:ball: y<initial_y"

    Thanks again

  • Hi:

    I'm trying to develop a physics simulation for educational purposes, the game consist in a energy conservation demostration (spring, platform, ball) , the problem is when i have friction=0 ,it suposes that the ball will oscillate forever but at some time it stops, somebody knows how to fix it?,maybe is a physics problem between me and game platform but i was trying a lot of options and i'm not so experienced guy with C2.

    Thanks

    here's capx link

    bit.ly/1OhXRIQ

  • Thanks zenox

  • Problem Description

    Sounds are not playing correctly, sounds too slow

    Attach a Capx Description of Capx

    Cards game for educational purposes

    bit.ly/1TPWYss

    Steps to Reproduce Bug

      Run code Observed Result sound does not reproduce with good speed Expected Result Inside dropbox folder there is correct sound Affected Browsers
      • Chrome: (YES)
      • FireFox: (YES)
      • Internet Explorer: (YES)

    Operating System and Service Pack

    Windows 10

    Construct 2 Version ID

    r212-2

  • 11 posts