Unmerciful's Forum Posts

  • 3 posts
  • seems to work, thanks :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a game where you catch falling objects, and when you miss/catch one it is destroyed. The problem is I want them to respawn randomly, but above a certain height. When I use "X: random(360) and Y: random(360) it makes the objects randomly spawn, but all over the map. How can I make the objects spawn above 400 pixels high?

    Thanks!

  • I'm trying to create a game where objects fall and you have to catch them, but the objects pass through the floor I made and don't bounce off it.

    I gave the object the "physics" behavior and the floor has solid. My character can stand and move on it but the object passes through when it falls.

    Thanks! <img src="smileys/smiley1.gif" border="0" align="middle" />

    Edit:

    Problem solved! I gave the floor the physics behavior and set immovable to 'yes'. In case any fellow newbies were wondering.

  • 3 posts