RayKi's Recent Forum Activity

  • 1. I will say it's better to have a different sprite for each new type of monster. Of course this will take a little bit of the size of your game as well as your game performance, but the difference won't be that big and having different sprites will allow you to use different instance variables and behaviors, giving you more freedom to create many kinds of monsters but it'll also be easier organize your code, and if you ever need to apply the same event, behavior or variable you can always use a family for that.

    2. You can try to use the Local Storage to save all kind of data from a layout and then you can load all of it when exiting the menu layout... terrible idea.

    Or you can save the game through the save function, and then you save on Local Storage the menu information. When you call the load function the game will load exactly how it was at the moment you saved it, so you can use this to return to the same layout position and condition and then load the data from the Local Storage to apply to the layout the changes made at the menu... Better than the first idea but I still won't recommend it.

    So yes, the best thing to do here is use the menu in a different layer. But don't worry you won't need to redo everything. Instead just set the layer from the menu layout as a global layer. Then at the game layout you create a layer with the same name and you are good to go. The only thing you will need to do is transfer the codes from one event sheet to another.

    Hope this helps o/

  • Add the physics behavior to the platforms too. A physics object can only interact with other physics objects.

    Remove the solid behavior, add the physics, and toggle on the Immovable attribute so the platforms wont fall.

  • Looks AWESOME! Can't wait to see it done :0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It's quite simple actually, but you need to do some calculations.

    Here, I made a example for you, hope it helps t clear things up: https://dl.dropboxusercontent.com/u/183 ... ample.capx

  • Speed Ball is an awesome game dude. I would like to see these remake of yours

  • "On collision" is a trigger and a two triggers cannot be fired at the same time. Try using "Object is overlapping" instead

  • I think that a bullet behavior would be better to move objects, when I think about parallax I think about backgrounds. But it really depends on what you are trying to do.

  • You need to add to the enemy the "platform" behavior. Disable the default controls so the player won't be able to control or interfere with the enemy movements, then at the event sheets add the condition on which the enemy will jump, on collision with something, when it sees the player, every x seconds, idk. And then just simulate enemy jumping. If this doesn't work try to check the conditions on which the enemy is jumping, or the jump strength or the gravity.

  • The size of the layout is the white canvas, you change its size at the layout properties menu. The size of the screen however (which is the dotted retangle) you can change at the project properties. Just click at your project folder at the menu on the right and you'll be able to see it.

    About the goal thing. It's quite simple, all you need is an object to be your goal, it can be a castle, a door, a sign, a flag or even nothing. Just place a invisible object at the end of the layout and it shall do the trick.

    Set a condition to trigger when the player collides with this object, then you can either call the function "go to next layout" or you can use "go to layout "name" ".

    Hope it helps

  • What exactly are you trying to do? The pin behavior will pin a object to another object position,

    So it seems to be working just fine, what do you expect to happen?

  • Yes! That's correct! 0 is right, that is what I was trying to say. I confused left with right... LOL sorry about that

  • Add to the turret the LOS behavior. Set it to spaw a projectile only once for each enemy in range that does not have the spider over it.

    Just write the events just like you told us you want them and it should work

RayKi's avatar

RayKi

Member since 25 Feb, 2014

Twitter
RayKi has 98 followers

Connect with RayKi

Trophy Case

  • 10-Year Club
  • x5
    Popular Game One of your games has over 1,000 players
  • x3
    Famous Game One of your games has over 10,000 players
  • Viral Game One of your games has over 100,000 players
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

15/44
How to earn trophies