Changes between Initial Version and Version 1 of Ticket #10059, comment 3


Ignore:
Timestamp:
Aug 5, 2017, 6:19:00 PM (7 years ago)
Author:
dreammaster

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10059, comment 3

    initial v1  
    1 Looks like my original idea of simply triggering links was flawed. I'd forgotten that there's some places, like here, where the links aren't directly usable, and instead the game objects themselves have a cursor and transition logic. A good example of this, other than the lift, is the parrot cage, where the there's a special object for turning away that closes the cage before starting the movement away.
     1Looks like my original idea of simply triggering links was flawed. I'd forgotten that there's some places, like here, where the links aren't directly usable, and instead the game objects themselves have a cursor and transition logic. A good example of this, other than the lift, is the parrot cage, where the there's a special object that handles turning away.
    22
    33My logic will need to be a bit more sophisticated; I've got a few ideas of how to handle it cleanly.