roadrunner's Forum Posts

  • 6 posts
  • Kyatric Thank you for your help

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am currently creating a game based on the classic arcade game "Frogger". When the frog (with an 8 direction behaviour) jumps on a log (with a bullet behaviour) I would like it to be pinned to the position of the log. I currently have a pin behaviour on the frog and have the following events.

    Condition: Frog is overlapping log Action: Frog pin to log (position only)

    Condition: On any key pressed Action: Frog unpin

    The frog does pin to the log, however no matter where the frog jumps onto the log, the frog pins right on the edge of the log. Is there any way I can change where the frog will pin to the log? I have tried changing the origins and collision polygons of both the frog and the log but have had no success.

  • Thanks for your help

  • GenkiGenga Thanks for your help

  • Is there any way to click on a button in one construct 2 game I have created and go to another construct 2 game I have created?

  • In my game, I am using the time as my score and I have a text box which has "Time:" & time. When the game ends, the game goes to a second layout, which has game over and I would like to display the score, which is the time spent in the first layout before it goes to the second layout. I tried to add a textbox in the second layout that had "Final Time:" & time but the time continues to increase when in the second layout. Is there a way to stop the time in the second layout or is there an easier way to achieve this? I am only new to Construct 2 and any help would be greatly appreciated.

  • 6 posts