edited July 2014 in ORK Support
Hello,

I am using a event to open and close a door. This is working
however I have one area that I want the door to just open and not close.

When I leave the scene the event resets the position on the door/Object.
The global variables are still working just the game object is resetting.

IS there a reason why it is not keeping the last position of that object?

Thanks
Post edited by gameintern on


  • Yes, there is a reason - because ORK doesn't store the object's position :)

    You can solve this by either having two door objects in the scene (where one is removed using variable conditions with Variable Events) or by using an autostart event to move the door to the new position (also using variable conditions to determine if the event should be used).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Okay sounds good I will try those options.

    thanks! :)


Sign In or Register to comment.