tyler5819's Forum Posts

  • So I have three controls. They are shared with all my levels. For some reason the controls work with the different players on Level's 1-3. But on 4 I don't change anything from the other levels and it's not working?

    Here's the code:

    <img src="http://i.imgur.com/5QcK7.png" border="0" />

    Here's the controls:

    <img src="http://i.imgur.com/nsYwd.png" border="0" />

  • Yes that fixed it! Thank you so much for your time testing your own. Yes, next time I'll post the capx to make things easier.

  • Both ways.. no difference.

  • Well now they spawn directly below the icicle block like they're suppose to. But they just go right like you said. Changing the angle of motion doesn't seem to help much.

  • Still goes in the same direction... The icicle has a bullet inside of it.

    i.imgur.com/5hqV4.png

    i.imgur.com/fDvZ5.png

    I can't embed photo's in replies?

  • I wanted an icicle drop from the icicle object every so many seconds. It drops however.. in the wrong direction. It goes right at an angle.<img src="http://i.imgur.com/rIeDx.png" border="0" />

    <img src="http://i.imgur.com/qL2Zm.png" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No that doesn't work. So that works perfectly for the platforms in my game. But when it comes to the player, the player will not function in different layouts. If you start the game on Level 2 it works. But go onto level 3 and it doesn't. Start on level 1 it works. But go onto level 2 and it doesn't. See my problem?

  • Can I have the main player in my game be on multiple layouts? Rather then creating an exact new one for each layout.

  • Thank you both! Will web storage saving work on mobile devices as well?

  • I'm using a global variable to detect what level the user is on. When then close the game and re open it... will the variable still be the same value? Or is there a way to save?

  • I'm building a game for the Windows Phone. Are you able to add ads into your game?

  • Thank you! I'm still learning. Your quick response was appreciated.

  • I have a platformer. When the player moves, the screen scrolls with it. The controls are left behind. How can I keep the controls in the same place on the screen. If the player moves away.. the controls are no longer visible.