How do I do doors

0 favourites
  • 4 posts
From the Asset Store
The package contains 105 sounds This sound library is perfect for voicing mechanical doors in your Sci-Fi game.
  • Hi!

    I got a small but complicated question.

    I got doors working (can go from one layout to another)

    Now my question and problem:

    I'm trying to use a csv table to load the database for doors containing x & y position of the doorObj. Also info about ID, name, layout in which its placed, level etc.

    I would like to use this info so I dont need to enter manually all of it each time the Player can use a door. bear in mind the PlayerObject can go to another layout and then comeback.

    My idea would be to load a row of the csv table with the info.

    I'm sure I wasn't even near to be clear lol Hopefully someone might be able to lead me in the right direction. Thanks!

  • hmm maybe add 3 instance variables to the doors one is ID and the other 2 for x.y then you can save the UID of the door you passed to the ID as the x.y

    then fire events by using those variables

    i hope it helps

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks Fidasx

    I have doorID so I can set the idor each door independently. Also I store their xPos and Ypos. But what I would like to do is retrieve this info instead from a database.

    So, when I press X to enter a door, it determines the door IDs and after obtaining it, it looks into a database to retrieve the proper xPox and Ypos so I can set them for the Player in the new layout.

  • ahh ok you can use an array or a dictionary and save the values there after that save the values to the local storage object

    there are also some plugins that let you save all your things to the an internet database search here in the plugin section

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