jack05282's Forum Posts

  • Yeah the main character and its animation is too good..reminded me of daddy long legs

  • The characters are good looking...

  • Yeah, I tried to do on destroy..But I am comparing a variable and it is taking some time and is not triggering immediately, in the mean while some more objects are getting destroyed.

  • To me the eyes look fine. Are the fruits going to change expressions in the game, like animations, similar to the blocks in the game 3's

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you want to collaborate with artists, I would suggest freelance sites. There are some sites where you can listen to the music and buy them if you think they are appropriate.

  • Hi,

    I've created a small game where I am using a lot of every ticks to update the score and to see the count of objects to end the game. I also have many cases where I want to use "Every tick"

    I adding a lot of actions will slow the game ?

    Thanks.

  • Ok..I got one way of doing it..on collision I can write an event to move the ball in opposite direction 2px.

    I'm loving Construct 2.

  • Thanks for the reply. I tried to "STOP" the ball on "Overlapping with other object" but it still is not giving the desired functionality according to my game. I will do a few tweaks hear and there to see if I get my desired result.

    Meanwhile if any one knows how to achieve it, please do help me. I got struck at this point.

    What I want is to achieve how an object would get blocked when it has 8 direction behavior, but with custom movement.

    Thanks.

  • Hi,

    Thanks for the reply.

    My understanding of "Push out solid" action is that upon collision with the line, it would push the ball to some direction based on our selection. Does it block the object?

    Also I wrote an event line --if the ball collides with the line---> "push custom movement out of solid in opposite direction" on the ball.

    This too doesn't seem to do anything. I can still pass the ball through the line.

    Can you help me if I am writing the event wrong.

    Thanks and Regards.

  • Hi Guys,

    I have two objects in my game. A ball and a vertical line. The ball has Custom movement and Solid behaviors. The line has a solid behavior. Now when I try to pass the ball through the line, it shouldn't pass. How can I achieve this.

    I tried giving Physics behavior to the line and made it immovable, but still the ball is passing.

    Any help much appreciated.

    Thanks.