Doors

This forum is currently in read-only mode.
From the Asset Store
The package contains 105 sounds This sound library is perfect for voicing mechanical doors in your Sci-Fi game.
  • Hi guys, i am pretty much new here. I found the name construct on a forum and i thought why not check it out. Looks like it's still pretty new.

    Anyway, so i wanted to make an interactive adventure game. It was supposed to have semi isometric graphics. Not sure what it's called. Birdeye but from the front. But i ditched that since i am such a new and could not get the animation working properly.

    Now i am going for a topdown. Much easier. But i got stuck at making the doors.

    I'd like to have sliding doors, but i can't figure out how to make the door slide. I can just change it's position but i'd like to have it animated. Same goes for hinged doors. I have no idea how to tackle this!

    Any suggestions?

  • Click on the door object in question, and find the Animator bar (should be a tab on the right). Right click the animation list (at the top) and select Add Animation. You will now have a new blank animation which you can add frames to (right click the frame area at the bottom and select Add Frame). To rename the animation, click on it, then see the properties in the property bar. Call it something like 'Open'. Be sure to click the Angle listed under Open and set it to not loop, if you want the door to stay open! Then in events you can change animation to 'Open', or 'Default' if it's closed.

    If you have any further questions on this please ask

  • I tried a couple times now, but it seems that construct sometimes doesn't know what sprite to use when i add a new animation and try to edit the frame.

    I don't fully understand what you mean either. Do i need to make an animation of the door opening, or do i use the rotation?

  • Oh, I thought you meant you wanted a sliding door. You'd do that with animations.

    If you want a rotating door, then I've made an example here:

    This doesn't use animations, just a simple rotation. Remember that the hotspot of the door has to be your point of rotation, or it'll look funny.

  • That's what i was looking for. I didn't understand how you can add a change multiple times. I remember when i used game maker this was used for moving.

    Anyway, thanks for the hinged door, but i wanted to know both.

    Now, i noticed something. I could just change the counter rotation to

    set Y to door  .T -2[/code:1441anzm]
    But that crashes with an error about an invalid texture.
    
    Another question left. The first method for the slide door you suggested was using animation. Does that mean each frame has it's own pixel collision?
  • Yes, each frame would have its own collision mask, so if the door was thin a character couldn't pass till it was fully open, for example.

    If you wouldn't mind, could you post a .cap file of the crash? Hopefully it'll get fixed then.

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Arg now i can't get either to work. the hinged door won't close as i want it to, and the sliding door crashes.

    Your example is great, but it just snaps back.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)