draiza's Forum Posts

  • In fact I want to create a straight jump to cursor direction for platformer player.

  • Hello! I have a problem!

    I want my character to dash in side of mouse but I have a problem that I also have platform behavior that adds gravity that not allows me to do it but I can't turn it off or change it's angle p.s. I have other platform behavior entities

  • Hello! I have a problem with spriter plugin! When I am trying to import my scml/scon spriter file to C2 it imports without any textures and I don't know why. Please help me! Maybe I have to add them by myself?

  • Hello! I want to create an animated player, consisting of parts like arms, legs, body and head as in Magicite or Roguelands.

    My idea is like this I have one central shapeless object and I want other parts of the player to stick their coordinates to him. It looks like this: main object 0, 0 - arm 0, 2; main object 1, 1 - arm 1, 3. But I have a problem. I have to animate the arm movings to frames (for ex.: first 0-15 frames - they go to right 3; next 16-30 frames they go down 4). For ex.: main object first frame 0, 0 - arm 0, 2; main object 1,1 - arm 1, 5; main object 2, 2 - arm -2, 6 including animation movings. Please help me!

  • Hello!

    I want my game to controll multiple players with multiple gamepads. I am using x360ce. My first gamepad works very good but if I connect other it don't want to work and the buttons on the first aren't working too. If I use only second gamepad it doesn't work. Help please!

  • Ok, yes. If I disconnect new controller the old's buttons works correctly but if I disconnect old one nothing wants to work.

  • My old gamepad in x360ce is second conntroller.

  • Hmmm, it's strange but my other gamepad not working at all in construct but x360ce see it correctly. In x360 ce it's shown as first controller and in construct 2 I tried to set it as #0-4 controller but it don't want to work at all. If i try with old gamepad it works with #0. Another strange thing is that I can't use old's gamepad buttons at all, maybe p.s. another gamepad is also connected but it's still stays strange.

  • I can't connect 2 gamepads right now. Only one. Is it normal that the same gamepade works with gamepad(0), gamepad(1) and etc. ?

  • Hello!

    My game is using gamepad stick 360 degree rotation for player. It works like this: set rotation towards angle: angle(0,0,Gamepad.Axis(0,0),Gamepad.Axis(0,1)), but it uses joystick movements of all my gamepads. I want to create local multiplayer with multiple gamepads that will control different players' movement.

    Please, help!

  • How can I control which player will be controled by which gamepad. I added player number variables.

  • It will be a spaceship game, so I don't know how to realise the 6th player p.s. 4 can play on gamepads, 1 with mouse and what about 6th? It can't rotate good without mouse or joystick.

  • Hello! I have a problem.

    I want to create a game for 6 persons and have 2 problems.

    How can I make turn the current player to gamepad axis and how can I bind what player what gamepad will be controlled by?

    Help, please!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello! I am trying to create a game for six players controlled by gamepads. I have 2 problems.

    1) I have 4 gamepads that works only with x360ce and 2 working without it. So I must have 6 player slots for them.

    2) How can I rule what gamepad which player will control in construct 2?

  • Thanks a lot! Lerp helped me with all problems! Now camera is very fancy and comfortable!