mrline's Forum Posts

  • how do i select 4 squares. for example

    ina grid with 20 squares when i click square 1, square 2, square 3, and square 4 they are selected, not moved or something just selected. and later i click other squares for example like square 5 , sq 6 , sq 7 and sq 8. when i click sq 8 they swap positions. sq1 goes to sq 5 and sq 5 goes to sq 1's positions. and so with others.

  • Try Construct 3

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

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

  • imagine a dot. dot on collision with object 1 .... dot get a new animation with a spike on the left side... later dot on collision with object 2.... dot get a new animation with another spike with the right side but without removing the first animation ( the spike on the left side ?

  • i have a problem with trail. i use spawn to make a trail behind the character.

    my game has these mechanics : when character moves 47 px right it spawns a 47 px long trail behind but when the character moves too fast it skips the spawn part and leaves a part without trail. how can i fix it

  • how do i make character spawn 2 trails like this prntscr.com/ea0eqf

  • my game is simple. you have to put your finger above the character and move him up, down left right only. like drag and drop, but only in 4 directions. any idea ?

  • youtube.com/watch

    how to move the character like this game ? the ball moves automatically up. and the user only slides his finger left and right as the ball follows finger direction.

  • After watching some YT tutorials i realized that all i need is a invisible joystick. Works perfectly youtube.com/watch

  • i dont know how to do it and there isn't any tutorial in youtube. if you know how to do please can u explain ?

  • hi there, so iam working on a game where player moves character with his finger. there are only 4 ways of movement. up, down, left , right. this image explains how the ball is moved right or left ( goo.gl/yxewTK ).

    Note : the ball must stay in the black line even if the swipe made by player is a little curved one, the ball moves only right and left not curved movement.

    same thing about moving up or down ( goo.gl/QcUClj ). one last thing, about movement speed. the ball speed depends on the speed the player swipes the screen. if player swipes right 2 cm. the ball also moves right the same distance the player made with finger so in this case is 2 cm. when player removes his finger the ball stops.

    thank you very much.