CX05's Recent Forum Activity

  • Super, and please upload a .capx so i can take a look at it, if it doesn't work:)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You probably have two variables on your player. One called "DoublePunch" and another one called "DoublePunch_Toggled" or something like that.

    So,

    When A is pressed:   (Punch)

                                   Set DoublePunch to 1

    When A is pressed     Set DoublePunch_Activated to 1

    DoublePunch is = 1

    When A is Pressed

    DoublePunch_Toggled = 1 (Double Punch)

                                            Set DoublePunch to 0

                                            Set DoublePunch_Toggled to 0

    Now you can Double Punch, but you can also do it after 200-300 ms.

    So, you need to add a "Wait" action when A is pressed:

    When A is pressed: (Punch)

    DoublePunch = 1      Wait 200/300 ms

                                    Set DoublePunch_Activated to 0

                                    Set DoublePunch to 0

    I am not sure if this will work, try it.

    And maybe upload a .capx, if it doesnt work!

    -CX05

  • Hey reletobg

    I'm danish, so its a little bit hard for me to understand what you mean, but this is what i think: When bike_p collides with road_ then do a quick Sine (behavior) that goes up and down?

    So, when the bike hits the ground, wheels go up and down.. is that what you need?

    Sry for bad english :/

    -CX05

  • Here you go: mediafire.com

  • Can someone tell me why this doesn't work?

    mediafire.com/view

    When Grass is clicked, nothing happens.

  • It's exactly that type of game i am making. How can i make the tiled background last forever? Any link to that random thingie?

    Whiteclaws I have checked the FAQ, i really couldn't find anything..

  • Hey people

    I am making a game, where i need the layout to go unlimited..

    Until now, the layout have a width of 5000.

    Instead of making a layout with a width of 1000000 and use many hours designing the level;

    can i make the layout go unlimited with the 5000 width i have made?

    I hope you guys understand what i mean!

    -CX05

  • I will take a look at updating the drivers, thanks :-)

  • I have tried to help him (real life), but it seems to be the computer/graphics card that is the problem. Every new project he makes, he cant see the sprites, pretty weird.

    No capX is needed because there isn't anything in the project except a player. The sprites are just invisible.

    Sorry, i quickly find the forum for him, i couldn't really find a category for this :)

  • Is the UI layer under the other layer. It should be at the top:)

  • So, the player have 3 bullets?, and will get 3 more when they collide with the enemy:

    Create a variable on your bullet called something like GiveAmmo. It's number should be 3.

    event sheet:

    On left click if GiveAmmo is Equal to 1,2,3,   Shoot bullet

    When bullet shot,   Subtract 1 from GiveAmmo

    When bullet collides with enemy,   Set GiveAmmo to 3.

    like that ?

  • 2 - Create a global variable called PointKillDisp. (number=0)

    When Player collides with Astronaut, Add 1 to PointKillDisp.

    Every tick, Set (textbox) text to "Points: " & PointKillDisp.

CX05's avatar

CX05

Member since 9 Jan, 2013

None one is following CX05 yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies