YoHoho's Recent Forum Activity

  • something like this ?

    angleLock.capx

    Wow. I think you may have just helped me solve a problem for one of my own games builds. Thanks...?!?!?!

  • OK, I think I know what you're talking about. You don't want to assist with changing/adding to someone else's .capx that was shared as a tutorial. But that isn't what this is here.

    I actually created my own build and .capx by following a tutorial on YouTube of which I don't speak or read Spanish but I was able to follow the actions and events. It's found at this link here

    Essentially all that I'm working with is what I was able to create from that tutorial. Adding platforms works well, but I have no idea how to attach the rope to another holder so that I have a multi-rope puzzle like those found in Cut the Rope. I attempted to attach the 1 rope to another holder but it didn't work properly at all.

    Again, if anyone can help with this issue then I would be able to continue with this game build.

  • Well, I'm looking over some tutorials that I've put together from videos along with using other .capx files. Then I'm deciding if the game build is the direction I want to go in and figuring things out from there.

    I checked the .capx you provided and it does work. But if I move any of the squares then things easily go out of wack. Is there a way to accomplish that same binding but using the events from my .capx? I couldn't even begin to follow (or try and change things) with what is going on in yours. Thanks for it, though.

  • Asking again for help with these 2 builds.

    For the 2nd build, I'm thinking of somehow getting the player object to just start falling after the air dash. I believe that I can still control whether I'm moving left or right while falling like in any normal platformer. Somebody let me know how to accomplish this if you can.

  • You spelled the title correctly. CONGRATULATIONS!

    ::Grammar Police walk away::

  • [quote:19kcqduj]1)I need help on creating a block of code such that when the player WAS falling and has landed on a floor,I want to change the floor's animation and remove its Solid behaviour to enable the player to go down to the next floor.However the problem is that the all the tiles are changing their animation instead of that particular tile.

    Use "Closest instance" filter in your platform decaying event. You have to tell Construct2 which one of the instances to act upon.. this is called "picking" in C2.

    Can you give an example of this in action? I'm working on a game build and I just learned about using the 'Pick Instance' event. So I want to know what other ways the 'Pick' event can be used. For my game I included having an object move towards another object with the least HP. I'm so proud of myself for figuring that out

  • Yes, I followed a beat 'em up tutorial (pretty much the only one) on YouTube and learned about the collision boxes from that. And that's pretty much all I've learned, LOL. As long as there are great details with events then I can usually figure out how things were done and change them from there. Thanks for the response.

  • I would still like some help with these 2 builds. If anyone has any idea on how to solve these issues, it would be appreciated.

  • One thing id like to point out if say if two of the item are either common found item or super mega rare. you could in theory do this choose(1,2,3,4,5,6,7,8,9,10)

    and have it compare like if chosen number is less then or equal to 9 use common

    if it did choose 10 then use super mega rare

    The choose just simple roll the dice of ten number while random uses likes 1.83434239472893472347 and 2.8409804854 number and the Int just whack off the .83434239472893472347 number

    And keep in mind that the Int will alway return the value as a positive so if you need a negative number dont use "int".

    Instead of 'choose(1,2,3,4,5,6,7,8,9,10)', can you use 'floor(random(1,10)) instead? I'm just asking in order to figure out how the events work since I've theorized about something similar for creating rare items.

  • This is the game that you had built upon from a template, right? How has the process of changing/adding things to the template been going? I'm looking into using a template in the future to create something like this as well.

  • Got a few ideas for cut the rope, but I'd have to try them first.

    Not sure how your doing the dash, 1 option I used was have a bullet behaviour, and then compare distance travelled, just disable bullet.

    Trouble is setting the angle of the bullet, and having the sprite upside down on left...

    Yes, I'm using the bullet behavior for the dash effect. It works just how I want it luckily. The thing is, when I perform the dash move in the air... the sprite object continues to have the same X axis acceleration. If I move RIGHT -> jump in the air RIGHT -> perform dash that is UP/LEFT... once the dash effect is finished the sprite object continues back to the right. That is the problem I'm looking to solve for the second .capx.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • OK, I'm hoping to get the solutions to these problems for 2 different game builds.

    https://www.dropbox.com/s/kjcz3szy0qm7ctm/Cut%20The%20Rope%20Test.capx?dl=0

    This first .capx is a game build similar to 'Cut The Rope'. I'm trying to create the event of having the 'candy' being held by a rope on 2 holders. Here's a video of the real 'Cut The Rope' game showing what it looks like

    Once I can get this working then I can star creating level designs for my game build. If anyone know how to get this working then please share the solution.

    ---------------------

    https://www.dropbox.com/s/qo8ahmvwqebthgg/MeatBoy%20Platformer%20Test.capx?dl=0

    This second .capx is a game build similar to 'Super Meat Boy'. I've been able to create a dash technique that sends the 'meat boy' in the direction I want based on which button is pressed AND whether that character is on the ground/in the air. However when the dash is performed in the air, the 'meat boy' continues to have the same accelaration even when he has dashed in the opposite direction. I'm looking to have the 'meat boy' stop and then fall after the air dash that moves him diagonally; totally not sure what to change in the events and don't want to mess anything up without having a clue first.

    Once again, Construct 2 is the best game development program I've used and can't imagine anyone who 'loves' coding as much as myself using anything else.

YoHoho's avatar

YoHoho

Member since 31 Aug, 2015

None one is following YoHoho yet!

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies