ugurkkkkkk's Forum Posts

  • What is the 'chest' of the bike?

    There is Wheels and Chest so you will understand

  • I made a bike th using revolute joints, learning from examples but there is an issue;

    Bike rotates too much when it is at air

    When i make chest of the Bike "prevent rotation", this problem solving but there is an another issue;

    Bike staying 0 angle on non 0 angle areas so this is no realistic

    And unless i dont hold a key, gravity is not affecting much to bike.

    What should i do?

  • I began my game with a sprite from web but its size was very big. So i enlarged game to protect sprite solubility. Normal layout is 1024 × 786 you know but in my game it is 6000 × 120000! So one background is 300 mb!.

    Can ı minimize game with protecting solubility? Is there a way to make it easy?

  • Dont know how to make multiplayer game with "matching" like at Lol or Dota

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • viewtopic.php?t=64054&start=.0

    With no "."

  • Thanks guys i solved it yesterday from scirra support

  • How do I make a rope to my character like at Speedrunners?

  • I want to animate characters realistic, i tried spriter but it is... Whatever. Have you got any ideas for drawing realistic running in C2 ?

  • and i have a problem. Only PNG images avalabile. How to make scml file?

  • i want to ask a question, I made a character in c2, can ı extract it for spriter beause i cant paste it paint because of bounding box effect

  • thanks i will try

  • I want to make running animation to my character but it is very hard. Is there anyway to make running with physics?

  • I made a motorcycle and a driver and i want to keep driver at motorcycle without drawing it at motorcycle sprite i made revoulute joint, i tried pin but driver being attached sometimes and when motorcycle re-respawn, driver disappears and gravity is reducing

    What should i do?

  • I want to make a game in real time 2d ONLİNE race game but i want to allow players to select their vehicles and in a room there will be 4 people which plugin i should use for this?

  • Question 1:

    I am making online 2D Car games with different motorcycles with different abilities but i dont know how do it online. I used vehicle buttons so there is no custom movements, there is a impulse.

    Peers how to select their Car and only controling it? When a peer clicks right button, Other Cars is affecting too. How to make controls to players special? For Example, i selected A Car, He select B car but i dont want to affect B car with pressing "Right Button"

    Question 2 :

    I made "Car Select" Layout and created a global variable for each cars. For Example, i made Global Variable "A" for A car and i click A button that sets variable 0 and when i set variable 0, Car creating at Game Layout thats not problem but, i made abilities :

    When Press E :

    IF "A" global Variable=0 Make impulse to A car (80,0)

    so i need to click on select button and create A car, not with Global Variable. How to do this?