rezagamertag's Recent Forum Activity

  • You can use the "Set angle" and "Set angle towards position" actions when clicking on a bullet object while choosing an action.

  • When you click on your bee object in the projects window or in your layout, you can set options on the left side of your screen.

    If you put "Set Angle" to "No" the bee will not change it's angle based on it's direction.

  • I would either put an expanding sprite or use the particle system in construct 2 to create a splat.

    You can even make it fancy and use a frame by frame animation to play.

  • [quote:1te5ig24]

    Try it for yourself. If you go over a control, and hold LMB, Mouse Button Down will not register it. It literally can not see that in fact the mouse button is being held down.

    At least, that is what I am seeing here.

    Are you able to verify this?

    What do you mean "mouse over a control"?

    Can you upload a capx of this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • After a google search you might find this article written by Ashley helpful in making your multiplayer game:

    https://www.scirra.com/tutorials/892/mu ... pts/page-3

  • > You can try either putting an "every tick" "sliderobject.y = 100" while dragging.

    > Which will make the object stay in place.

    > And if it reaches beyond the slider itself you use the x value to keep it at the end.

    > "if sliderobject.x = more than 10" "make sliderobejct.x = 10"

    > "if sliderobject.x = less than 0" "make sliderobject.x = 0"

    > This will keep the sliderobject.x in between 0 and 10 while you're dragging and always on 100y.

    >

    > I hope this made sense and it helps you understand how it might work.

    >

    Well, not really... but I am trying.

    This code seems to be all about moving the slider *object* (as opposed to the slider handle) around.

    I have no interest in moving the slider object anywhere, so I am not sure how any of this helps.

    Now, on the other hand, I DO want to move the slider handle left and right... as designed. And it does that... so no biggie.

    But nowhere in this discussion do I see how to detect that the LMB is down.

    How does the above suggestion tell me that the LMB is down?

    After you've added the mouse object to your project on the layout, just like you would add a new sprite, you go to your events.

    And input this condition: "Mouse > Mouse button is down > Left"

  • That should just be a simple case of moving the character to the right or the left while you're pressing the slide button.

    You can even put a timer on it to make it stop sliding after a certain time.

    It would also help to insert a condition where it's only possible to slide while you're touching the floor.

    Unless you want to slide while jumping.

  • > There's currently a bug with the scirra website it seems, I can't seem to open any scirra link referring to the manual.

    >

    Now is all right.

    Perhaps you can upload a capx or at least show / tell us more about what you're trying to do.

    This way we can more easily identify the problem.

  • You can try either putting an "every tick" "sliderobject.y = 100" while dragging.

    Which will make the object stay in place.

    And if it reaches beyond the slider itself you use the x value to keep it at the end.

    "if sliderobject.x = more than 10" "make sliderobejct.x = 10"

    "if sliderobject.x = less than 0" "make sliderobject.x = 0"

    This will keep the sliderobject.x in between 0 and 10 while you're dragging and always on 100y.

    I hope this made sense and it helps you understand how it might work.

  • You can use a drag and drop behavior on the slider object and limiting it's movement to only the slider.

  • You can adjust the collision mesh of the image by clicking the button below the image point button.

    It's called "Set collision polygon".

  • If you want them to move individually , you have to make seperate paths.

    Either through pathfinding or through other events.

rezagamertag's avatar

rezagamertag

Member since 8 Mar, 2014

None one is following rezagamertag yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies